Showing posts with label install. Show all posts
Showing posts with label install. Show all posts

Thursday, May 24, 2012

Android SDK installation doesn"t find JDK


I'm trying to install the Android SDK on my Windows 7 x64 System. jdk-6u23-windows-x64.exe is installed, but the Android SDK setup refuses to proceed, because it doesn't find the JDK installation.

Sunday, April 8, 2012

install / uninstall APKs programmatically (PackageManager vs Intents)


My application installs other applications, and it needs to keep track of what applications it has installed. Of course, this could be achieved by simply keeping a list of installed applications. But this should not be necessary! It should be the responsibility of the PackageManager to maintain the installedBy(a, b) relationship. In fact, according to the API it is: