You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my gradle file: implementation 'com.google.android.gms:play-services-maps:17.0.0' implementation 'com.sucho:placepicker:1.0.0'
java.lang.NoSuchFieldError: No static field marker_image_view of type I in class Lcom/sucho/placepicker/R$id; or its superclasses (declaration of 'com.sucho.placepicker.R$id' appears in /data/app/id.myapp-2/base.apk:classes2.dex) at com.sucho.placepicker.PlacePickerActivity.bindViews(PlacePickerActivity.kt:103) at com.sucho.placepicker.PlacePickerActivity.onCreate(PlacePickerActivity.kt:72) at android.app.Activity.performCreate(Activity.java:6351) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1114) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2470) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2577) at android.app.ActivityThread.access$1000(ActivityThread.java:166) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1414) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:148) at android.app.ActivityThread.main(ActivityThread.java:5619) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:853) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:737)
The text was updated successfully, but these errors were encountered:
i got this error message,
my gradle file:
implementation 'com.google.android.gms:play-services-maps:17.0.0' implementation 'com.sucho:placepicker:1.0.0'
java.lang.NoSuchFieldError: No static field marker_image_view of type I in class Lcom/sucho/placepicker/R$id; or its superclasses (declaration of 'com.sucho.placepicker.R$id' appears in /data/app/id.myapp-2/base.apk:classes2.dex) at com.sucho.placepicker.PlacePickerActivity.bindViews(PlacePickerActivity.kt:103) at com.sucho.placepicker.PlacePickerActivity.onCreate(PlacePickerActivity.kt:72) at android.app.Activity.performCreate(Activity.java:6351) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1114) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2470) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2577) at android.app.ActivityThread.access$1000(ActivityThread.java:166) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1414) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:148) at android.app.ActivityThread.main(ActivityThread.java:5619) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:853) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:737)
The text was updated successfully, but these errors were encountered: