2011-02-04 1 views
1

Google지도 API도 사용하는 Android 애플리케이션이 있습니다. 지도가 삼성, Nexus 휴대 전화에서 완벽하게 작동하는 것 같습니다. 그러나 Micromax A60에서는 예외가 발생합니다.MapActivity가 Micromax A60에서 작동하지 않습니다.

지도 apis를 사용하려면 Micromax에 설정/설정이 있습니까?

로그 추적 :

02-03 16:14:19.068: WARN/ResourceType(5712): Failure getting entry for 0x01080215 (t=7 e=533) in package 0: 0xffffffb5 
02-03 16:14:19.068: WARN/dalvikvm(5712): threadid=3: thread exiting with uncaught exception (group=0x4001e170) 
02-03 16:14:19.068: ERROR/AndroidRuntime(5712): Uncaught handler: thread main exiting due to uncaught exception 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712): java.lang.RuntimeException: Unable to start activity ComponentInfo{main.java.in.verse.em.item.android/main.java.in.verse.em.item.android.UserLocationMaps}: android.view.InflateException: Binary XML file line #10: Error inflating class com.google.android.maps.MapView 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2496) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2512) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at android.app.ActivityThread.access$2200(ActivityThread.java:119) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1863) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at android.os.Handler.dispatchMessage(Handler.java:99) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at android.os.Looper.loop(Looper.java:123) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at android.app.ActivityThread.main(ActivityThread.java:4363) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at java.lang.reflect.Method.invokeNative(Native Method) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at java.lang.reflect.Method.invoke(Method.java:521) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at dalvik.system.NativeStart.main(Native Method) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712): Caused by: android.view.InflateException: Binary XML file line #10: Error inflating class com.google.android.maps.MapView 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at android.view.LayoutInflater.createView(LayoutInflater.java:513) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:565) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at android.view.LayoutInflater.rInflate(LayoutInflater.java:618) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at android.view.LayoutInflater.inflate(LayoutInflater.java:407) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at android.view.LayoutInflater.inflate(LayoutInflater.java:320) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at android.view.LayoutInflater.inflate(LayoutInflater.java:276) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:198) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at android.app.Activity.setContentView(Activity.java:1622) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at main.java.in.verse.em.item.android.UserLocationMaps.onCreate(UserLocationMaps.java:34) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2459) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  ... 11 more 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712): Caused by: java.lang.reflect.InvocationTargetException 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at com.google.android.maps.MapView.<init>(MapView.java:238) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at java.lang.reflect.Constructor.constructNative(Native Method) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at java.lang.reflect.Constructor.newInstance(Constructor.java:446) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at android.view.LayoutInflater.createView(LayoutInflater.java:500) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  ... 21 more 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712): Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x1080215 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at android.content.res.Resources.getValue(Resources.java:891) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at android.content.res.Resources.getDrawable(Resources.java:579) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at com.google.android.maps.MapView.<init>(MapView.java:286) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  at com.google.android.maps.MapView.<init>(MapView.java:255) 
02-03 16:14:19.078: ERROR/AndroidRuntime(5712):  ... 25 more 
02-03 16:14:28.928: WARN/ActivityManager(1137): Launch timeout has expired, giving up wake lock! 
02-03 16:14:28.938: WARN/ActivityManager(1137): Activity idle timeout for HistoryRecord{45378bd8 main.java.in.verse.em.item.android/.UserLocationMaps} 
+0

Micromax는 안드로이드에 중독됩니다. – st0le

답변

0

나는 잘 모르겠지만, 구글지도 API는 구글 브랜드 안드로이드 폰에 사용할 수 있는지 수 있습니다. 맵 기반 응용 프로그램을 개발할 때 SDK가 다르므로 그렇게 생각합니다.