简体   繁体   中英

Android Developer - Updating an App Published in the Market

Prior to publishing my app on the market I could connect my phone via USB and run/debug the app on the phone (signed with development key). Now that I have published it on the market I find that in order to run it on my phone I have to export a signed apk and copy it to my phone's SD card and then install it. This is a hassle but even worse is that I can no longer run the app in debug mode on my phone. I have not seen anyone else complain about this so I presume I am lacking some understanding of the process. Can anyone help?

Thanks aussieW

这意味着您需要卸载设备上的当前应用程序才能进行调试。

I just do a "run" from Eclipse as usual to debug, and I didn't need to sign anything, only when exporting the file to be published. I don't put the file manually in the phone; I have a run configuration that runs the app right on the phone via USB DEBUGGING. The catch is I can't have USB Storage AND Debugging on at the same time.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM