1
How do I generate apk in Android Studio?
- 1.0 - I went to Build -> Build APK.
- 1.1 - When finishing I put it on the smartphone and gave the following error: There is a package analysis problem.
- 2.0 - I went to Generate Signed APK and created the keys and generated the APK file.
- 2.1 - When finishing I put on the smartphone and gave the same error as the previous.
How can I proceed properly?
The APK is being generated correctly. So that’s not the problem. Usually this package analysis problem is a project error. Or in JAVA, XML, Manifest, etc. Try creating a template project, those ready-made templates that come with Android Studio, generate APK, and you’ll see that you’re doing the right APK generating procedure. Then post here the project files.
– Paulo Sérgio Duff