after signing I get this message Warning:
The signer’s certificate is self-signed.
and After uploading the AAB [an update for my already published app] I get this message and not uploaded Your Android App Bundle has an invalid signature. Upload again with a valid signature.
Do you mean that the already published apps that used APK can keep publishing updates using APK and not AAB even after 1 november as google mentioned before… and only the newly pubished apps must use AAB?
My project around 200mb, is it possible to do with this way? I won’t put on google play, I will install app directly to the my phone and to my few friends?
I’ll try now. Because I add 70 Images to assets and mostly used same image 3-4 times on different component. Now I will change all of one by one. Also I want to do like, I will use low quality image on the app screen(80x80pixel image) and add high quality image with apk editor, so when I use the app for share photos, it should share high quality images. It will work like this, right?
Yes, but there is no need to replace the large images with small ones beforehand, as long as the images are accessed by blocks. These can be completely removed and reinserted after decompiling. That’s all.
It didn’t work. I’ve tried apk and aab and both showed sign error. Also I tried just put 2 images so size won’t be big(around 15-20mb total apk size), but it didn’t work either. I searched solution for signing but couldn’t find. Do you have any idea about it? 1.screenshot for apk, 2. for aab