0

I would like to create a signed APK in Android Studio, but when I open the Build menu and try to click on the Generate Signed APK I can not do it for some reason. I am really new in Android development so I think I missed something or made a beginner mistake, but I would be really happy if somebody could tell me how can I solve the issue. As I read a keystore file is needed, but as I watched on Youtube tutorials the keystore file should be created after I tap the Generate Signed APK menu.

enter image description here

gatto
  • 193
  • 1
  • 9

1 Answers1

0

I too faced the same issue previously, adding app.iml file resolved my issue.. With out app.iml file studio will treat the build as ant build..

enter image description here

Hope this helps!

Prasad
  • 3,132
  • 1
  • 19
  • 26