Issue
Hi i am Working with android applications , When i try to upload developer console says the message , ""
I hope we can reduce the app size through it , I tried in different ways i cannot get idea for that. Please help me out. Is there any Posibilities to do that.
Solution
Edit: See Matti's answer below if you're on Cordova >= 8.1.0
You need to have "cordova-android": 8.0.0
or later.
run
ionic cordova build android --prod --release
as usualchange into the
/platforms/android
folder and run./gradlew bundleRelease
. On Windows, the file might be calledgradlew.bat
instead.
This outputs the bundle at /platforms/android/app/build/outputs/bundle/release/app.aab
. Sign this bundle just like you would sign the APK and upload it to the Play Store.
Answered By - LyteFM
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.