I am using the following code to connect to a MySQL DB and simply display the results. The issue must be in the API, but I dont see it and it works for others. I have modified the code accordingly for my DB. Here is the runtime error from DDMS.
06-24 13:45:24.537: E/AndroidRuntime(32329): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.list/com.list.TestdbActivity}: java.lang.ClassNotFoundException: com.list.TestdbActivity in loader dalvik.system.PathClassLoader[/data/app/com.list-2.apk]
ok you should add the Activity that you are using into the manifest:) you should still add is as
<activity android:name=".TestdbActivity"></activity>