[2014-08-20 16:17:10 - Guide] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE
[2014-08-20 16:17:10 - Guide] Please check logcat output for more details.
[2014-08-20 16:17:10 - Guide] Please check logcat output for more details.
[2014-08-20 16:17:10 - Guide] Launch canceled!
解决方式:在andriodmanifest.xml里面加入
<manifest ....
android:installLocation="auto"
....>