I have been using Eclipse to compile and run my development Android app.
Now I tried to submit my app for the first time to the google store, and it said I need to make a non-debug version of the .apk file.
How do I do that? 🙂
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right click on your app and then go to Android Tools > export unsigned application package, and then you have to sign that package using the instructions here: http://developer.android.com/guide/publishing/app-signing.html