package manager installs every project I worked on, causes 'memory' full error.

You must Login before you can answer or comment on any questions.

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

— asked 11 months ago by chief meow
1 Comment
  • just to clarify, I followed the examples to create and build my first apps and have successfully built geocoder, to do list, rss, and kitchen sink --> all by following the instructions on this site. I don't do any environment configuration outside of Titanium, I just build and deploy to the emulator withing Titanium studio using the menu from the App Explorer --> https://www.box.com/s/a8230fef6a8247af3fa6

    If there's some setting where I can modify the build environment or change the Android environment, it would be nice to know how or where to modify it. Otherwise, all I know and use is Titanium.

    — commented 11 months ago by chief meow

1 Answer

I think you are trying to blame Titanium for an Android environment problem.

— answered 11 months ago by Stephen Feather
answer permalink
1 Comment
  • who's blaming? I'm using titanium to build my projects and just want to only build one at a time. If you could suggest how this is possibly an Android environment problem and how I could fix it, then we wouldn't have to worry about pointing fingers or blame.

    I'm just looking for help and no finger pointing. Since I only use Titanium, is there some doc outside Titanium that I can look at so I don't see the problem in Titanium? I'd be happy to try. Thanks!

    — commented 11 months ago by chief meow

Your Answer

Think you can help? Login to answer this question!