Unoptimized APK
See original GitHub issueReact Native version: 0.57.1
Steps To Reproduce
- gradlew assembleRelease
Describe what you expected to happen: I had issue with android, they alert: my app is “Unoptimized APK” and not accept for my app although they still accept prev version my app.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:19
Top Results From Across the Web
unoptimized apk error - OutSystems
"Can I download the source code of my app developed in outsystem and then import to Android Studio to optimize the app?" The...
Read more >[Solved] Unoptimized APK How To fix this issue
Warning: This APK results in unused code and resources being sent to users. Your app could be smaller if you used the Android...
Read more >Unoptimized APK warning - Mobile Developer Answers & Best ...
Unoptimized APK warning ... Hello,. I am getting the following warning message when publishing the APK file on google play console;. I was...
Read more >Unoptimized APK Warning - Mobiroller Knowledge Base
After the recent changes made by Google, you will see an “Unoptimized APK” warning for apps made with MobiRoller in the Google Play...
Read more >Android Export - "Unoptimized APK"? - Defold Forum
This APK results in unused code and resources being sent to users. Your app could be smaller if you used the Android App...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I found one solution. Please reply me if someone interested in this.
You should just build and upload aab (Android App Bundle) file instead of apk .
aab file will be placed in"/android/app/build/outputs/bundle/release/"