0
我目前正試圖在AVD上運行我的應用程序,並不斷收到此錯誤。當我將它導出並安裝在平板電腦上工作(不確定的API),但我無法得到它在AVD和舊銀河注2上工作。 這是我從android監視器得到的錯誤。星系注2剛剛說Unfortunatley,軟件包安裝程序失敗了。IllegalStateExecption Android工作室Webview應用程序
Error: java.lang.IllegalStateException: ☃Requested internal only, but not
enough space
$ adb shell pm uninstall australia.defence.cubic.lisportal
Unknown failure (at android.os.Binder.execTransact(Binder.java:565))
Error while Installing APK
任何幫助將是偉大的。如果您需要更多信息,請告訴我。這是一個簡單的webview應用程序,啓用了javascript和domstorage。
private native final void destroy();
private static final void sendDeathNotice(DeathRecipient recipient) {
if (false) Log.v("JavaBinder", "sendDeathNotice to " + recipient);
try {
recipient.binderDied();
}
catch (RuntimeException exc) {
Log.w("BinderNative", "Uncaught exception from death notification",
exc);
}
}
[this is the location of the Binder.java:565]
final private WeakReference mSelf;
private long mObject;
private long mOrgue;
}
乾杯
您的設備似乎已滿(「空間不足」)。 – CommonsWare
好的,但我在銀河注2上留下了20gb,所以不應該是個問題 –
還有其他可能。 apk是500MB(很多從pdf轉換而來的圖片) –