简体   繁体   English

在Galaxy Nexus中为INSTALL_FAILED_INSUFFICIENT_STORAGE

[英]INSTALL_FAILED_INSUFFICIENT_STORAGE in Galaxy Nexus

Once again the same question about INSTALL_FAILED_INSUFFICIENT_STORAGE. 同样,关于INSTALL_FAILED_INSUFFICIENT_STORAGE的同样问题。 I searched stackoverflow and I can resume what is happening to me: 我搜索了stackoverflow,然后我可以恢复发生的事情:

I have a Galaxy Nexus, fresh installed 4.3 directly from Google. 我有一个Galaxy Nexus,直接从Google全新安装了4.3。 I enabled the debug mode (clicking over version) and screen always on when connected. 我启用了调试模式(单击版本),并且在连接时始终显示屏幕。 Set USB debugging on. 开启USB调试。 I disabled verify installed apps, both in development options and security. 我在开发选项和安全性方面都禁用了验证已安装的应用程序。 The device is not rooted, but it is unlocked. 该设备不是root用户,但已解锁。 There is space in the cellphone (about 10GB free). 手机中有空间(大约10GB可用空间)。 The app works in emulator. 该应用程序可在模拟器中运行。 I tried to run adb shell su but it doesn't work (not rooted, of course). 我尝试运行adb shell su但是它不起作用(当然不是植根的)。

My questions: Is really necessary to have your device rooted to debug android applications? 我的问题:扎根您的设备来调试android应用程序真的有必要吗? I never had to do this with my old 2.3 Motorola Defy. 我从来不用我的旧版2.3摩托罗拉Defy来做到这一点。 What did change since 2.3 and what can I do to have this solved without rooting my device? 自2.3版以来发生了哪些变化?在没有扎根设备的情况下该如何解决?

EDIT 编辑

I cannot list the contents of data/local (using $ ls ) to certify there is no other version previously installed and corrupted. 我无法列出data/local的内容(使用$ ls )来证明以前没有安装和损坏任何其他版本。 I cannot install the app using adb install (same error as in Eclipse). 我无法使用adb install安装该应用程序(与Eclipse中的错误相同)。 I tried in two different Windows 7 x64 computers and it doesn't work in any of them. 我在两台不同的Windows 7 x64计算机上进行了尝试,但在其中任何一台计算机上均不起作用。 Both computers are authorized when I first connected the device to them. 首次将设备连接到两台计算机时,这两台计算机均获得了授权。 In one of the computers, the adb version is 1.0.31. 在其中一台计算机中,adb版本为1.0.31。 For the other computer I cannot verify right now. 对于其他计算机,我现在无法验证。

Caching Problem 缓存问题

Android has its cache partition, try using Clean Master, or manualy clear all chace using Aplication Manager and cleaning broswer cache, i had same problem, and for google play works too! Android有其缓存分区,请尝试使用Clean Master,或者使用Aplication Manager清理所有浏览器并清理浏览器缓存,我也遇到了同样的问题,对于Google Play来说也是如此! Try increasing ADT memory, click Perferences, Launch and add -partition-size 2048M in Default emulation options 尝试增加ADT内存,单击“ Perferences”,启动并在“默认”仿真选项中添加-partition-size 2048M

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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