Google maps on none google API build target Android -


is possible run google maps (api v1 fine) on none google api build target? have special emulator not have google api built in.

when try adding maps.jar libs folder in project mapactivity can reference getting stack trace shown below. using google maps api v1 maps.jar this.

i have tried setting manifest use , , removed it, both not work.

thanks!

04-04 17:23:20.553: e/androidruntime(12458): fatal exception: main 04-04 17:23:20.553: e/androidruntime(12458): java.lang.runtimeexception: unable       instantiate activity          componentinfo{com.google.android.maps/com.google.android.maps.mapmainactivity}:    java.lang.runtimeexception: stub 04-04 17:23:20.553: e/androidruntime(12458):    @  android.app.activitythread.performlaunchactivity(activitythread.java:1569) 04-04 17:23:20.553: e/androidruntime(12458):    @ android.app.activitythread.handlelaunchactivity(activitythread.java:1663) 04-04 17:23:20.553: e/androidruntime(12458):    @ android.app.activitythread.access$1500(activitythread.java:117) 04-04 17:23:20.553: e/androidruntime(12458):    @ android.app.activitythread$h.handlemessage(activitythread.java:931) 04-04 17:23:20.553: e/androidruntime(12458):    @ android.os.handler.dispatchmessage(handler.java:99) 04-04 17:23:20.553: e/androidruntime(12458):    @ android.os.looper.loop(looper.java:123) 04-04 17:23:20.553: e/androidruntime(12458):    @ android.app.activitythread.main(activitythread.java:3683) 04-04 17:23:20.553: e/androidruntime(12458):    @ java.lang.reflect.method.invokenative(native method) 04-04 17:23:20.553: e/androidruntime(12458):    @ java.lang.reflect.method.invoke(method.java:507) 04-04 17:23:20.553: e/androidruntime(12458):    @ com.android.internal.os.zygoteinit$methodandargscaller.run(zygoteinit.java:839) 04-04 17:23:20.553: e/androidruntime(12458):    @ com.android.internal.os.zygoteinit.main(zygoteinit.java:597) 04-04 17:23:20.553: e/androidruntime(12458):    @ dalvik.system.nativestart.main(native method) 04-04 17:23:20.553: e/androidruntime(12458): caused by: java.lang.runtimeexception: stub 04-04 17:23:20.553: e/androidruntime(12458):    @ com.google.android.maps.mapactivity.<init>(unknown source) 04-04 17:23:20.553: e/androidruntime(12458):    @ com.google.android.maps.mapmainactivity.  <init>(mapmainactivity.java:10)  04-04 17:23:20.553: e/androidruntime(12458):   @ java.lang.class.newinstanceimpl(native method)  04-04 17:23:20.553: e/androidruntime(12458):   @ java.lang.class.newinstance(class.java:1409) 04-04 17:23:20.553: e/androidruntime(12458):    @ android.app.instrumentation.newactivity(instrumentation.java:1021) 04-04 17:23:20.553: e/androidruntime(12458):    @ android.app.activitythread.performlaunchactivity(activitythread.java:1561) 

nope. google api's required.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -