1
taebin
8y

when putting an app on playstore does it have to have the extension jar for java or apk?

Comments
  • 2
    apk

    that's the extension you get after compiling a project

    and make sure to sign it with a release key
  • 1
    In android studio, usually you can go to Build -> Build APK, then click show in files when it has finished (you will have to use the signed version to build for App Store)
  • 2
    thanks everyone you're awesome (^~^)
Add Comment