My app stops android studio

0

I want to open with a button the google maps through navigation drawer but at the moment of clicking the button it appears that the app has stopped. What can be the error?

The logcat shows me the following message:

12-03 01:26:47.184 3610-3610/com.example.usuario.vent2 I/art: Not late-enabling -Xcheck:jni (already on)
12-03 01:26:47.184 3610-3610/com.example.usuario.vent2 W/art: Unexpected CPU variant for X86 using defaults: x86 
12-03 01:26:47.421 3610-3610/com.example.usuario.vent2 W/System: ClassLoader referenced unknown path: /data/app/com.example.usuario.vent2-1/lib/x86
12-03 01:26:47.429 3610-3610/com.example.usuario.vent2 I/InstantRun: starting instant run server: is main process
12-03 01:26:47.486 3610-3610/com.example.usuario.vent2 W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter 

android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter,
 android.content.res.ColorStateList, android.graphics.PorterDuff$Mode)
 would have incorrectly overridden the package-private method in
 android.graphics.drawable.Drawable 12-03 01:26:47.678
 3610-3626/com.example.usuario.vent2 I/OpenGLRenderer: Initialized EGL,
 version 1.4 12-03 01:26:47.678 3610-3626/com.example.usuario.vent2
 D/OpenGLRenderer: Swap behavior 1 12-03 01:26:47.678
 3610-3626/com.example.usuario.vent2 W/OpenGLRenderer: Failed to choose
 config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... 12-03
 01:26:47.678 3610-3626/com.example.usuario.vent2 D/OpenGLRenderer:
 Swap behavior 0 12-03 01:26:47.699 3610-3626/com.example.usuario.vent2
 D/EGL_emulation: eglCreateContext: 0x9baee6a0: maj 2 min 0 rcv 2 12-03
 01:26:47.723 3610-3626/com.example.usuario.vent2 D/EGL_emulation:
 eglMakeCurrent: 0x9baee6a0: ver 2 0 (tinfo 0x9baefaf0) 12-03
 01:26:47.749 3610-3626/com.example.usuario.vent2 D/EGL_emulation:
 eglMakeCurrent: 0x9baee6a0: ver 2 0 (tinfo 0x9baefaf0)
    
asked by Bryan Rios Amef 03.12.2017 в 07:41
source

0 answers