I have created my android app and it runs on my connected device. I want to export my android application, but in the file menu, i don't find the 'Export' option at all, nor anywhere else. I had generated the Signed Apk(from the Build->Generate signed Apk option).Is this creating a problem.Please let me know what I'm doing wrong.
Asked
Active
Viewed 59 times
-2
-
2What do you mean by "export" your application? – siriscac Jun 01 '15 at 14:41
-
Export application to upload on google play – Aparna Jun 01 '15 at 15:04
-
You're doing the right thing by generating a signed APK file. Just upload it to Google Play Store. Is this causing a problem? – Andrew Fielden Jun 01 '15 at 15:15
-
I don't see why downvoting this simple question makes any sense. See siris answer. – JacksOnF1re Jun 01 '15 at 15:28
-
thankyou, yes siris's answer helped me.this is my first app so the terms are really confusing.....When I uploaded the file to google play, my package name has "com.example" in it which is restricted and so did not upload. Is there an option to change the package name in android studio? – Aparna Jun 01 '15 at 15:44
-
There are a lot of similar questions here. i.e.: http://stackoverflow.com/questions/16804093/android-studio-rename-package – JacksOnF1re Jun 01 '15 at 16:08
1 Answers
1
To publish your Android app on the PlayStore, On your AndroidStudio do,
- Build -> Generate signed APK
- Create a new App listing on Developer Console
- Upload the generated APK
- Publish.

siriscac
- 1,699
- 12
- 21
-
1thanks a lot!!!this is my first app, so all the terms are confusing..thanks a lot for ur guidance!! – Aparna Jun 01 '15 at 15:19
-
I uploaded the file to google play, but my package name has com.example in it which is restricted. Is there an option to change the package name? – Aparna Jun 01 '15 at 15:42
-