This seems like there should be an easy fix, but "package manager" did not yield discussions for me.
I'd like to only install the current project I'm working on, but Titanium studio installs all my past projects as well. Building my android app installs other apks I'm not working on, filling up my emulator memory and causing crashes. Here's the package manager info from the log.
Please ignore the standard emulator installs info msgs, as I only need to limit the new app installs to the current project I'm working on.
[INFO][SystemServer( 92)] Package Manager
[INFO][Installer( 92)] connecting...
[INFO][installd( 35)] new connection
[WARN][PackageManager( 92)] Running ENG build: no pre-dexopt!
[INFO][PackageManager( 92)] Unpacking native libraries for /data/app/com.myapp.vA-1.apk
[WARN][PackageParser( 92)] Unknown element under <manifest>: screens at /data/app/com.appcelerator.tweetanium.mobile-1.apk Binary XML file line #4
[INFO][PackageManager( 92)] Unpacking native libraries for /data/app/com.appcelerator.tweetanium.mobile-1.apk
[INFO][PackageManager( 92)] Unpacking native libraries for /data/app/com.myapp.test1-1.apk
[INFO][PackageManager( 92)] Unpacking native libraries for /data/app/com.appcelerator.titanium-1.apk
[WARN][PackageParser( 92)] No actions in intent filter at /data/app/ApiDemos.apk Binary XML file line #1882
[WARN][PackageParser( 92)] No actions in intent filter at /data/app/ApiDemos.apk Binary XML file line #1888
[WARN][PackageManager( 92)] Package com.example.android.apis desires unavailable shared library com.example.will.never.exist; ignoring!
[INFO][PackageManager( 92)] Unpacking native libraries for /data/app/ApiDemos.apk
[INFO][PackageManager( 92)] Unpacking native libraries for /data/app/SoftKeyboard.apk
[INFO][PackageManager( 92)] Unpacking native libraries for /data/app/GestureBuilder.apk
[INFO][PackageManager( 92)] Unpacking native libraries for /data/app/CubeLiveWallpapers.apk
[INFO][PackageManager( 92)] Time to scan packages: 16.424 seconds
...
[DEBUG] installing native SDK libs
[DEBUG] Waiting for device to be ready ...
[TRACE] adb devices returned 1 devices/emulators
[DEBUG] Device connected... (waited 0 seconds)
[DEBUG] waited 0.032000 seconds on emulator to get ready
[INFO] Installing application on emulator
[ERROR] Failed installing com.appcelerator.titanium: pkg: /data/local/tmp/app.apk
Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
SDK and Titanium are current: Titanium Studio, build: 2.1.0.201206251749 SDK also at
1 Answer
I think you are trying to blame Titanium for an Android environment problem.
Your Answer
Think you can help? Login to answer this question!