Skip to content Skip to sidebar Skip to footer

Android Unable To Start Activity Componentinfo Error When Calling Another Class

Im writting an app which calls another class, but everytime I do, i keep getting the 'unable to start activity componentinfo' error. the code is below: package android.Maps; pu

Solution 1:

Looks to me like a NullPointerException in some of your code that isn't part of the snippet.

05-30 15:33:33.161: E/AndroidRuntime(916): Caused by: java.lang.NullPointerException

05-30 15:33:33.161: E/AndroidRuntime(916): at com.google.android.maps.ItemizedOverlay.boundCenterBottom(ItemizedOverlay.java:158)

Post a Comment for "Android Unable To Start Activity Componentinfo Error When Calling Another Class"