WolfTimJ
buzztouch Evangelist
Profile
Posts: 810
Reg: Feb 20, 2011
Rockwall, TX
17,400
08/14/13 04:56 PM (12 years ago)

Android error - from google play

Any idea what might be causing this. This is the log from the Google Play console. Can't get log cat or error log from user, tried. java.lang.RuntimeException: Unable to instantiate application com.v1_4.B07EA0889E211D2B3C6629D0.com.com_appDelegate: java.lang.ClassNotFoundException: Didn't find class "com.v1_4.B07EA0889E211D2B3C6629D0.com.com_appDelegate" on path: /system/framework/com.google.android.maps.jar:/mnt/asec/com.v1_4.B07EA0889E211D2B3C6629D0.com-2/pkg.apk at android.app.LoadedApk.makeApplication(LoadedApk.java:516) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4568) at android.app.ActivityThread.access$1400(ActivityThread.java:152) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1342) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:5328) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:511) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869) at dalvik.system.NativeStart.main(Native Method) Caused by: java.lang.ClassNotFoundException: Didn't find class "com.v1_4.B07EA0889E211D2B3C6629D0.com.com_appDelegate" on path: /system/framework/com.google.android.maps.jar:/mnt/asec/com.v1_4.B07EA0889E211D2B3C6629D0.com-2/pkg.apk at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:65) at java.lang.ClassLoader.loadClass(ClassLoader.java:501) at java.lang.ClassLoader.loadClass(ClassLoader.java:461) at android.app.Instrumentation.newApplication(Instrumentation.java:985) at android.app.LoadedApk.makeApplication(LoadedApk.java:507) Tim
 
LA
Aspiring developer
Profile
Posts: 3280
Reg: Aug 16, 2012
Jerseyville, IL
42,900
like
08/14/13 04:57 PM (12 years ago)
Hey @WolfTimJ, Did you import a maps jar? LA
 
WolfTimJ
buzztouch Evangelist
Profile
Posts: 810
Reg: Feb 20, 2011
Rockwall, TX
17,400
like
08/15/13 05:02 AM (12 years ago)
Not sure. Is that what it's looking for?
 
Susan Metoxen
buzztouch Evangelist
Profile
Posts: 1706
Reg: May 01, 2011
Hopkins, Minnes...
26,260
like
08/15/13 07:46 AM (12 years ago)
You shouldn't have to import a map jar....the project should work as is unless you have added some plugins that require importing something. The new Android code will be out soon. Can this wait a couple weeks?
 
WolfTimJ
buzztouch Evangelist
Profile
Posts: 810
Reg: Feb 20, 2011
Rockwall, TX
17,400
like
08/15/13 07:52 AM (12 years ago)
It's been on the market for about a year. Error shows up rarely. Just want to know, ya know?
 
LA
Aspiring developer
Profile
Posts: 3280
Reg: Aug 16, 2012
Jerseyville, IL
42,900
like
08/15/13 08:09 AM (12 years ago)
You don't need to import a map jar but it should be referenced from the library, but it sounds like this was the map version 1 and not the new google maps? LA
 
WolfTimJ
buzztouch Evangelist
Profile
Posts: 810
Reg: Feb 20, 2011
Rockwall, TX
17,400
like
08/15/13 08:32 AM (12 years ago)
yeah, it's an old app that I updated that still uses the BTSingleLocationMap for one screen in iOS. I wonder if I delete that plugin from the Android code...
 
LA
Aspiring developer
Profile
Posts: 3280
Reg: Aug 16, 2012
Jerseyville, IL
42,900
like
08/15/13 08:39 AM (12 years ago)
You not using it then? I just don't like to delete anything when I put it there for a reason. I would keep and the new android core be out soon. LA
 
WolfTimJ
buzztouch Evangelist
Profile
Posts: 810
Reg: Feb 20, 2011
Rockwall, TX
17,400
like
08/15/13 12:21 PM (12 years ago)
The Android version is only using a version of Smug's GPS MSG plugin that I modified, the iOS version is still using the BTlocationmap screen. The error is in Android only so I could just delete all the BTlocationmap code in Eclipse, right?
 
WolfTimJ
buzztouch Evangelist
Profile
Posts: 810
Reg: Feb 20, 2011
Rockwall, TX
17,400
like
08/15/13 12:23 PM (12 years ago)
Doesn't the error show it can't find the app delegate? If that's the case the app wouldn't run, right?
 
LA
Aspiring developer
Profile
Posts: 3280
Reg: Aug 16, 2012
Jerseyville, IL
42,900
like
08/15/13 12:26 PM (12 years ago)
Yeah it wouldn't run if error and can't find the delegate correct. LA
 
WolfTimJ
buzztouch Evangelist
Profile
Posts: 810
Reg: Feb 20, 2011
Rockwall, TX
17,400
like
08/15/13 12:34 PM (12 years ago)
What if I just remove the library reference to the maps in the manifest? <uses-library android:name="com.google.android.maps"/>
 
LA
Aspiring developer
Profile
Posts: 3280
Reg: Aug 16, 2012
Jerseyville, IL
42,900
like
08/15/13 12:48 PM (12 years ago)
You can comment it out and see what happens? LA
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.