I know I have to upload it to my developer account to test it fully but does that mean it will be available to download by everyone when I hit publish?
I want to test to make sure I have everything how I want it first before people can download it
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.
When you go to File>Export android application in eclipse, and use a non-debug keystore, the resulting .apk will be what everyone else will be downloading. Putting this apk on a phone (by sideloading, using adb etc.) will have the same effect as a user downloading it from the market.
To sideload the apk to a device, use the following adb command with your device plugged in and USB debugging enabled: