Top "Android-sdk-1.6" questions

For issues relating to developing with the android SDK, version 1.6.

"Conversion to Dalvik format failed with error 1" on external JAR

In my Android application in Eclipse I get the following error. UNEXPECTED TOP-LEVEL EXCEPTION: java.lang.IllegalArgumentException: already added: Lorg/…

android dalvik android-sdk-1.6
Call method when home button pressed

I have this method in one of my Android Activities: @Override public boolean onKeyDown(int keyCode, KeyEvent event) { if(keyCode == …

android button menu android-sdk-1.6
Center layout Android

How can I center these buttons on Android? The code I'm using in the layout is: <?xml version="1.0" encoding="…

android xml button android-layout android-sdk-1.6
How to measure VRAM consumption on Android?

I want to acquire Android Device VRAM size. Is there a method for acquisition from the program?

android opengl-es android-sdk-1.6
Android WebView not loading a JavaScript file, but Android Browser loads it fine

I'm writing an application which connects to a back office site. The backoffice site contains a whole slew of JavaScript …

android android-sdk-1.6 android-webview