android google map v2 在 gmap lstarts 上不断崩溃

Posted

技术标签:

【中文标题】android google map v2 在 gmap lstarts 上不断崩溃【英文标题】:android google map v2 keep crashing on gmap lstarts 【发布时间】:2017-10-26 06:43:01 【问题描述】:

请帮忙,我的地图视图 v2 在启动时不断崩溃,这段代码有什么问题

 protected void onCreate(Bundle savedInstanceState) 
  super.onCreate(savedInstanceState);
  requestWindowFeature(Window.FEATURE_NO_TITLE);
  setContentView(R.layout.activity_map);
  MapsInitializer.initialize(getApplicationContext());

  // Look up the AdView as a resource and load a request.
  AdView mAdView = (AdView) findViewById(R.id.adView);
  AdRequest adRequest = new AdRequest.Builder().build();
  mAdView.loadAd(adRequest);
 // adView.loadAd(new AdRequest());

logcat 错误

19:34:46 E androidRuntime:致命异常:主要 19:34:46 E AndroidRuntime:java.lang.NumberFormatException:无效双精度:“28°23′50” 19:34:46 E AndroidRuntime:在 java.lang.StringToReal.invalidReal(StringToReal.java:63) 19:34:46 E AndroidRuntime:在 java.lang.StringToReal.initialParse(StringToReal.java:164) 19:34:46 E AndroidRuntime:在 java.lang.StringToReal.parseDouble(StringToReal.java:282) 19:34:46 E AndroidRuntime:在 java.lang.Double.parseDouble(Double.java:301) 19:34:46 E AndroidRuntime:在 com.m.tnow.CompanyDetails.onClick(CompanyDetails.java:370) 19:34:46 E AndroidRuntime:在 android.view.View.performClick(View.java:5201) 19:34:46 E AndroidRuntime:在 android.view.View$PerformClick.run(View.java:21163) 19:34:46 E AndroidRuntime:在 android.os.Handler.handleCallback(Handler.java:746) 19:34:46 E AndroidRuntime:在 android.os.Handler.dispatchMessage(Handler.java:95) 19:34:46 E AndroidRuntime:在 android.os.Looper.loop(Looper.java:148) 19:34:46 E AndroidRuntime:在 android.app.ActivityThread.main(ActivityThread.java:5443) 19:34:46 E AndroidRuntime:在 java.lang.reflect.Method.invoke(本机方法) 19:34:46 E AndroidRuntime:在 com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:728) 19:34:46 E AndroidRuntime:在 com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)

【问题讨论】:

发布日志跟踪 【参考方案1】:

如果 GooglePlayServices 不存在,它会抛出 GooglePlayServicesNotAvailableException.. 可能是原因之一

【讨论】:

我已经在项目库和应用清单中包含了 google play 服务 jar,但它一直在崩溃 签入播放服务版本高于您在 gradle 中提到的设备。 ***.com/questions/22493465/… 如何在 Eclipse 中做到这一点

以上是关于android google map v2 在 gmap lstarts 上不断崩溃的主要内容,如果未能解决你的问题,请参考以下文章

在 Google Maps Android SDK (v2) 中更改建筑物颜色

如何在 Google Map Api V2 Android 中搜索?

android google map v2 在 gmap lstarts 上不断崩溃

Google Maps Android v2 中的集群标记

在 Google Maps API v2 Android 中添加多个标记

Google Developer 控制台“Google Map Android API V2”选项未查看启用