Only on certain devices does not work

0

Good morning, I am developing an app with maps, and everything works fine, however, in a device LG xMax maps do not work , the message appears that the application has stopped. Only on that device. This is what appears in the log:

java.lang.RuntimeException: 
  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2440)
  at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2500)
  at android.app.ActivityThread.access$900(ActivityThread.java:163)
  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1362)
  at android.os.Handler.dispatchMessage(Handler.java:102)
  at android.os.Looper.loop(Looper.java:148)
  at android.app.ActivityThread.main(ActivityThread.java:5585)
  at java.lang.reflect.Method.invoke(Native Method:0)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:730)
  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:620)
Caused by: android.view.InflateException: 
  at android.view.LayoutInflater.inflate(LayoutInflater.java:539)
  at android.view.LayoutInflater.inflate(LayoutInflater.java:423)
  at android.view.LayoutInflater.inflate(LayoutInflater.java:374)
  at com.android.internal.policy.PhoneWindow.setContentView(PhoneWindow.java:409)
  at android.app.Activity.setContentView(Activity.java:2171)
  at parroquia.sanjosedeavalos.MapasTemplos.onCreate(MapasTemplos.java:21)
  at android.app.Activity.performCreate(Activity.java:6279)
  at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1108)
  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2393)
    
asked by Enrique Mendoza Vargas 18.07.2017 в 19:36
source

0 answers