
Android
flyleafleaf
这个作者很懒,什么都没留下…
展开
-
Exit the Android application or Close all the Android ativities
How to exit the Android application completely from any ActivityHave to call System.exit(0) but that was not recommend.Here is a good discussion about this topic in Stackoverflow.Close all原创 2012-03-07 17:38:06 · 913 阅读 · 0 评论 -
Add debug signature to APK file
resign.bat:set curdir=resignset zipalign=C:\android-sdk\tools\zipalign.exeset filename=%~n1set fullpath=%~f1cd /d %curdir%rmdir /S /Q unpackmkdir unpackcd unpackcopy %fullpath% .\%filena原创 2012-12-18 16:44:27 · 720 阅读 · 0 评论 -
Nexus 7 不能连接到电脑进行Debug
问题: 尽管USB Driver已经更新到最新,但还是不能连接到电脑进行Debug。解决办法: 将连接Nexus 7上的连接方式改为PTP 就好了。原创 2013-06-08 11:45:02 · 3024 阅读 · 0 评论