Cannot build signed app ??

Answered

I have build a test app and want to create a signed package through IDEA - but the menu item Generate Signed APK is nowhere to find ??? It is not showing under the Build menu ?

0
3 comments

What is the project type and IDE version? Do you use Gradle? Make sure your Android project is correctly setup (have Androif facet with Android SDK specified). Check https://www.jetbrains.com/help/idea/getting-started-with-android-development.html

0
Avatar
Permanently deleted user

Project type is Android React App. IDE is IDEA 2017.3 - I use gradle. The app can perfectly be diplayed on the AED or on my phone, so that part works.

Project SDK is Android (Java version 9.0.4).

 

0

Android Facet with the Android SDK must be present for the action to be available. The full process is described here: https://facebook.github.io/react-native/docs/signed-apk-android.html

Try it with different (not 1.9) Java version. Also try File | Invalidate Caches/Restart.. | Invalidate and Restart.

Can you provide a project to check if issue remains?

0

Please sign in to leave a comment.