Giter VIP home page Giter VIP logo

mapbox / mapbox-android-demo Goto Github PK

View Code? Open in Web Editor NEW
711.0 181.0 496.0 115.62 MB

Google Play demo app for the Mapbox Maps SDK for Android

Home Page: https://play.google.com/store/apps/details?id=com.mapbox.mapboxandroiddemo

License: BSD 2-Clause "Simplified" License

Shell 0.06% Java 93.01% Makefile 0.02% JavaScript 0.17% Kotlin 6.69% EJS 0.06%
java mapbox mapbox-android-demo mapbox-android-sdk demo mobile

mapbox-android-demo's Introduction

Mapbox Android Demo app

CircleCI

This is a public demo of the Mapbox Maps SDK for Android. The demo app is available now in the Google Play Store and it shows off many of the examples found on:

There are also examples that only live in the app. The app's "labs" section has examples which often combine various Mapbox tools to create more complex examples.

Visit the overview page to get started using the Mapbox Maps SDK for Android in your Android project.

Steps to adding a new example

Feedback and contribution are encouraged in this repo. If you'd like to see a new example added into the app, either open an issue or create it yourself and open a pull request following these steps:

  • Create a new java file and place in the acceptable folder (examples or labs) giving it a descriptive name and ending the title with *Activity. It's important that all activities extend AppCompat.
  • If the activity needs a layout, add one with the naming convention activity_*.
  • Add the activity to the AndroidManifest.xml file.
  • Open the MainActivity.java file and scroll down to the listItems method. You'll notice a switch statement, pick one of the cases (categories) and add the new example so it matches the others.
  • Code your example and test to make sure it works properly.
  • Open a pull request with the new example.

Note: This repo uses checkstyle to make sure code contributed follows the Mapbox Style standards. When a pull request is opened, Bitrise will check that no style issues occur in the code. Read this wiki entry to set up checkstyle in Android Studio.

Running locally

Setting the Mapbox access token

This demo app uses Mapbox vector tiles, which require a Mapbox account and a Mapbox access token. Obtain a free access token on the Mapbox account page.

With the first Gradle invocation, Gradle will take the value of the MAPBOX_ACCESS_TOKEN environment variable and save it to SharedCode/src/main/res/values/developer-config.xml. If the environment variable wasn't set, you can create/edit the developer-config.xml file. Create an access_token String resource and paste your access token into it:

<string name="access_token">YOUR_MAPBOX_ACCESS_TOKEN</string>

Inside the app

mapbox-android-demo's People

Contributors

1ec5 avatar adrianababakanian avatar bleege avatar colleenmcginnis avatar daisuke-nomura avatar dudeuter avatar electrostat avatar guardiola31337 avatar isatimur avatar ivovandongen avatar jennyvayla avatar kiryldz avatar langsmith avatar lorntao avatar lukaspaczos avatar lyzidiamond avatar osana avatar pengdev avatar riastrad avatar roblabs avatar samfader avatar tmcw avatar tobrun avatar zugaldia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mapbox-android-demo's Issues

Setup & Structure

This repo has 3 gradle files: build.gradle, settings.gradle, and MapBoxAndroidDemo/build.gradle

Which of these should I import? What's the story on this directory structure - why isn't MapBoxAndroidDemo the root path?

Needs access to determine network state

http://crashes.to/s/a2ce19559f5

java.lang.SecurityException: ConnectivityService: Neither user 10235 nor current process has android.permission.ACCESS_NETWORK_STATE.
       at android.os.Parcel.readException(Parcel.java:1442)
       at android.os.Parcel.readException(Parcel.java:1395)
       at android.net.IConnectivityManager$Stub$Proxy.getActiveNetworkInfo(IConnectivityManager.java:716)
       at android.net.ConnectivityManager.getActiveNetworkInfo(ConnectivityManager.java:532)
       at com.mapbox.mapboxsdk.tileprovider.modules.NetworkAvailabilityCheck.getNetworkAvailable(NetworkAvailabilityCheck.java:25)
       at com.mapbox.mapboxsdk.tileprovider.MapTileLayerArray.networkAvailable(MapTileLayerArray.java:95)
       at com.mapbox.mapboxsdk.tileprovider.MapTileLayerArray.mapTileRequestFailed(MapTileLayerArray.java:189)
       at com.mapbox.mapboxsdk.tileprovider.modules.MapTileModuleLayerBase$TileLoader.tileLoadedFailed(MapTileModuleLayerBase.java:300)
       at com.mapbox.mapboxsdk.tileprovider.modules.MapTileModuleLayerBase$TileLoader.run(MapTileModuleLayerBase.java:327)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
       at java.lang.Thread.run(Thread.java:841)

Zooming in once then panning down causes zoom out

Steps to reproduce:

  1. Zoom in either via a double-tap or a two-finger gesture
  2. Pan down (drag the finger south on the screen)

Expected:

Pan down and stay at zoom

Actual:

After releasing the pan gesture, the map zooms out one level.

selfie-3

Crash when exit app after start and zoom in/zoom out map

I'm run mapbox-android-demo and crash when exit app after start and zoom in/zoom out map with appear error following:

Unfortunately, Mapbox Dev Preview has stopped --> OK

The console logcat information:
com.mapbox.mapboxandroiddemo E/IMGSRV: kickresource.c:1130: Debug assertion failed!
com.mapbox.mapboxandroiddemo A/libc: Fatal signal 6 (SIGABRT) at 0x00001c2b (code=-6), thread 7211 (pboxandroiddemo)

My device using for test:

  • Model numer: ASUS_T00J
  • Android version: 4.4.2

Please support this issues. Any help will be appreciated.

How to get User location LatLng!

mapView.setMyLocationEnabled(true); Is done.

but mapView.getMyLocation() returns always null.

all i want is that mapView.getMyLocation() returns a real location so i can getLatitude() and getLongitude() from the returned location.

Thank you !!

Unidentified crash in libc while navigating the map

On some devices, the App crashes when navigating the Map. I observe the same in my own App using the Android SDK.

Build fingerprint: 'samsung/sltexx/slte:4.4.4/KTU84P/G850FXXU2BNK3:user/release-keys'
Revision: '10'
pid: 14515, tid: 14553, name: downloader  >>> com.mapbox.mapboxandroiddemo <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad
Abort message: 'invalid address or address of corrupt block 0x6f430d70 passed to dlfree'

I copied the full message here:
http://pastebin.com/ZeZQ30Js

Mapzen LOST Not Getting Needed Permission Request For Android 6.0

The following error is being thrown on LGE devices running Android 6.0. The Demo App is requesting this permssion in AndroidManifest however. Need to investigate new permissions model in Android 6.

FusionEngine.java line 50
com.mapzen.android.lost.internal.FusionEngine.getLastLocation
Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.mapbox.mapboxandroiddemo/com.mapbox.mapboxandroiddemo.MainActivity}: java.lang.SecurityException: "passive" location provider requires ACCESS_FINE_LOCATION permission.
       at android.app.ActivityThread.performLaunchActivity(ActivityThread.java)
       at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java)
       at android.app.ActivityThread.-wrap11(ActivityThread.java)
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java)
       at android.os.Handler.dispatchMessage(Handler.java)
       at android.os.Looper.loop(Looper.java)
       at android.app.ActivityThread.main(ActivityThread.java)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
Caused by java.lang.SecurityException: "passive" location provider requires ACCESS_FINE_LOCATION permission.
       at android.os.Parcel.readException(Parcel.java)
       at android.os.Parcel.readException(Parcel.java)
       at android.location.ILocationManager$Stub$Proxy.getLastLocation(ILocationManager.java)
       at android.location.LocationManager.getLastKnownLocation(LocationManager.java)
       at com.mapzen.android.lost.internal.FusionEngine.getLastLocation(FusionEngine.java)
       at com.mapzen.android.lost.internal.FusedLocationProviderApiImpl.getLastLocation(FusedLocationProviderApiImpl.java)
       at com.mapbox.mapboxsdk.views.MapView.toggleGps(MapView.java)
       at com.mapbox.mapboxsdk.views.MapView.setMyLocationEnabled(MapView.java)
       at com.mapbox.mapboxandroiddemo.MainActivity.onCreate(MainActivity.java)
       at android.app.Activity.performCreate(Activity.java)
       at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java)
       at android.app.ActivityThread.performLaunchActivity(ActivityThread.java)
       at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java)
       at android.app.ActivityThread.-wrap11(ActivityThread.java)
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java)
       at android.os.Handler.dispatchMessage(Handler.java)
       at android.os.Looper.loop(Looper.java)
       at android.app.ActivityThread.main(ActivityThread.java)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)

XYZ layer demo

Right now we only demo Mapbox layers - we should include openstreetmap.org or another generic source.

DrawerLayout must be measured with MeasureSpec.EXACTLY

Issue from Fabric:

https://fabric.io/mapbox4/android/apps/com.mapbox.mapboxandroiddemo/issues/56378a7ff5d3a7f76b4484e3

screen shot 2015-11-02 at 12 17 11 pm

Fatal Exception: java.lang.IllegalArgumentException: DrawerLayout must be measured with MeasureSpec.EXACTLY.
       at android.support.v4.widget.DrawerLayout.onMeasure(DrawerLayout.java)
       at android.view.View.measure(View.java)
       at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
       at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java)
       at android.widget.LinearLayout.measureHorizontal(LinearLayout.java)
       at android.widget.LinearLayout.onMeasure(LinearLayout.java)
       at android.view.View.measure(View.java)
       at android.widget.RelativeLayout.measureChildHorizontal(RelativeLayout.java)
       at android.widget.RelativeLayout.onMeasure(RelativeLayout.java)
       at android.view.View.measure(View.java)
       at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
       at android.widget.FrameLayout.onMeasure(FrameLayout.java)
       at android.support.v7.internal.widget.ContentFrameLayout.onMeasure(ContentFrameLayout.java)
       at android.view.View.measure(View.java)
       at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
       at android.support.v7.internal.widget.ActionBarOverlayLayout.onMeasure(ActionBarOverlayLayout.java)
       at android.view.View.measure(View.java)
       at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
       at android.widget.FrameLayout.onMeasure(FrameLayout.java)
       at android.view.View.measure(View.java)
       at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
       at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java)
       at android.widget.LinearLayout.measureVertical(LinearLayout.java)
       at android.widget.LinearLayout.onMeasure(LinearLayout.java)
       at android.view.View.measure(View.java)
       at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java)
       at android.widget.FrameLayout.onMeasure(FrameLayout.java)
       at com.android.internal.policy.impl.PhoneWindow$DecorView.onMeasure(PhoneWindow.java)
       at android.view.View.measure(View.java)
       at android.view.ViewRootImpl.performMeasure(ViewRootImpl.java)
       at android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java)
       at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java)
       at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java)
       at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java)
       at android.view.Choreographer$CallbackRecord.run(Choreographer.java)
       at android.view.Choreographer.doCallbacks(Choreographer.java)
       at android.view.Choreographer.doFrame(Choreographer.java)
       at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java)
       at android.os.Handler.handleCallback(Handler.java)
       at android.os.Handler.dispatchMessage(Handler.java)
       at android.os.Looper.loop(Looper.java)
       at android.app.ActivityThread.main(ActivityThread.java)
       at java.lang.reflect.Method.invokeNative(Method.java)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
       at dalvik.system.NativeStart.main(NativeStart.java)

Keep location when changing basemap

When changing base maps, it resets to full zoomed out view. It'd be cool to compare detailed areas between base maps without having to zoom back in every time.

Crash On 2.2.0

From Crashlytics:

screen shot 2015-11-13 at 3 27 03 pm

Fatal Exception: java.lang.IndexOutOfBoundsException: Invalid index 2, size is 2
       at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
       at java.util.ArrayList.get(ArrayList.java:304)
       at com.mapbox.mapboxandroiddemo.MainActivity$1.onTouch(MainActivity.java:60)
       at android.view.View.dispatchTouchEvent(View.java:7257)
       at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2235)
       at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1932)
       at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2241)
       at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1904)
       at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2241)
       at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1904)
       at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2241)
       at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1904)
       at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2241)
       at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1904)
       at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2241)
       at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1904)
       at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2241)
       at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1904)
       at com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchTouchEvent(PhoneWindow.java:1968)
       at com.android.internal.policy.impl.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1420)
       at android.app.Activity.dispatchTouchEvent(Activity.java:2428)
       at android.support.v7.internal.view.WindowCallbackWrapper.dispatchTouchEvent(WindowCallbackWrapper.java:60)
       at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchTouchEvent(PhoneWindow.java:1916)
       at android.view.View.dispatchPointerEvent(View.java:7442)
       at android.view.ViewRootImpl.deliverPointerEvent(ViewRootImpl.java:3610)
       at android.view.ViewRootImpl.deliverInputEvent(ViewRootImpl.java:3538)
       at android.view.ViewRootImpl.doProcessInputEvents(ViewRootImpl.java:4790)
       at android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:4750)
       at android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent(ViewRootImpl.java:4902)
       at android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:179)
       at android.os.MessageQueue.nativePollOnce(MessageQueue.java)
       at android.os.MessageQueue.next(MessageQueue.java:125)
       at android.os.Looper.loop(Looper.java:140)
       at android.app.ActivityThread.main(ActivityThread.java:5299)
       at java.lang.reflect.Method.invokeNative(Method.java)
       at java.lang.reflect.Method.invoke(Method.java:511)
       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:833)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
       at dalvik.system.NativeStart.main(NativeStart.java)

MBTiles demo

This hinges on whether we ship MBTiles in the first release, but whenever it's shipped or planned to be, we should have a testbed for it.

Error:Could not resolve com.mapbox.mapboxsdk:mapbox-android-sdk:0.5.0-SNAPSHOT

Hi guys,

I'm trying to integrate MapBox to my project.
Because MapBox SDK 0.4 uses an old versions of the lib okhttp-1.5 which is not recognized by Picasso 2.3, I would need to use MapBox SDK 0.5 snapshot.

I got this error
Error:Could not resolve com.mapbox.mapboxsdk:mapbox-android-sdk:0.5.0-SNAPSHOT.

here is my Gradle :

repositories {
    maven { url 'https://oss.sonatype.org/content/repositories/snapshots/com/mapbox/mapboxsdk/mapbox-android-sdk/' }
}

and
compile 'com.mapbox.mapboxsdk:mapbox-android-sdk:0.5.0-SNAPSHOT@aar'

do you have any idea ?

Thanks

Push New Version To Play Store

NPE, SNAPSHOT dependency example in Gradle setup, and code cleaned up. I don't have the keys to the Play store. Just needs a build and release when you have a sec.

cc/ @tmcw

Update Bit Rot

Some libraries are and build tools are out of date. Let's clean them up now before the next release.

Implement samples into demo app

This demo app in its current state only demonstrates a few things that can be done with the SDK. Updating the app to use a listview with separate example activities would both, show off the SDK potential and add another location for sample code. #64 has been opened that will implement these ideas and also prepare for 4.1.0. What it looks like:

What needs to be done:

  • change map styles back to using constant
  • static image example not displaying image
  • simple offline map example is too simple, not canceling download after leaving activity
  • readme.md file needs to be updated
  • prepare screenshots for play store
  • testing!

Examples to be added:

  • Bounding box camera (frequently requested)
  • MapboxMapOptions example
  • MAS Maki icon
  • View annotation examples
  • User location examples

cc: @bleege @tobrun @danswick @zugaldia

Crash [Unfortunately, Mapbox Dev Preview has stopped] when tap on "Support map fragment" label

Dear,

I downloaded demo version and run it, and click to "Support map fragment" label then appear crash with message "Unfortunately, Mapbox Dev Preview has stopped" and logcat info below:

05-23 11:20:17.464 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.content.Context.getSystemService, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.464 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 511: Landroid/content/Context;.getSystemService (Ljava/lang/Class;)Ljava/lang/Object;
05-23 11:20:17.464 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x004b
05-23 11:20:17.464 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.stopLockTask, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.464 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 269: Landroid/app/Activity;.stopLockTask ()V
05-23 11:20:17.464 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x00b9
05-23 11:20:17.464 15454-15454/com.mapbox.mapboxandroiddemo E/dalvikvm: Could not find class 'android.os.PersistableBundle', referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.464 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve check-cast 255 (Landroid/os/PersistableBundle;) in Lcom/mapbox/mapboxandroiddemo/examples/SupportMapFragmentActivity;
05-23 11:20:17.464 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x1f at 0x00f1
05-23 11:20:17.464 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.content.Context.getColorStateList, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.464 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 492: Landroid/content/Context;.getColorStateList (I)Landroid/content/res/ColorStateList;
05-23 11:20:17.464 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0101
05-23 11:20:17.464 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.onVisibleBehindCanceled, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.464 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 192: Landroid/app/Activity;.onVisibleBehindCanceled ()V
05-23 11:20:17.464 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0111
05-23 11:20:17.464 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.onWindowStartingActionMode, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.464 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 196: Landroid/app/Activity;.onWindowStartingActionMode (Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;
05-23 11:20:17.464 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0137
05-23 11:20:17.464 15454-15454/com.mapbox.mapboxandroiddemo E/dalvikvm: Could not find class 'android.os.PersistableBundle', referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve check-cast 255 (Landroid/os/PersistableBundle;) in Lcom/mapbox/mapboxandroiddemo/examples/SupportMapFragmentActivity;
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x1f at 0x019a
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo E/dalvikvm: Could not find class 'android.media.session.MediaController', referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve check-cast 209 (Landroid/media/session/MediaController;) in Lcom/mapbox/mapboxandroiddemo/examples/SupportMapFragmentActivity;
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x1f at 0x01b2
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo E/dalvikvm: Could not find class 'android.widget.Toolbar', referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve check-cast 2390 (Landroid/widget/Toolbar;) in Lcom/mapbox/mapboxandroiddemo/examples/SupportMapFragmentActivity;
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x1f at 0x01bc
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.releaseInstance, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 203: Landroid/app/Activity;.releaseInstance ()Z
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x02dd
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.onActivityReenter, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 144: Landroid/app/Activity;.onActivityReenter (ILandroid/content/Intent;)V
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x02f4
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.content.ContextWrapper.getCodeCacheDir, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 565: Landroid/content/ContextWrapper;.getCodeCacheDir ()Ljava/io/File;
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0349
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/FragmentActivity;.dispatchFragmentsOnCreateView (Landroid/view/View;Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View; from Lcom/mapbox/mapboxandroiddemo/examples/SupportMapFragmentActivity;)
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.support.v4.app.FragmentActivity.dispatchFragmentsOnCreateView, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 4363: Landroid/support/v4/app/FragmentActivity;.dispatchFragmentsOnCreateView (Landroid/view/View;Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View;
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0432
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.getVoiceInteractor, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 123: Landroid/app/Activity;.getVoiceInteractor ()Landroid/app/VoiceInteractor;
05-23 11:20:17.474 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0490
05-23 11:20:17.484 15454-15454/com.mapbox.mapboxandroiddemo E/dalvikvm: Could not find class 'android.app.ActivityManager$TaskDescription', referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.484 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve check-cast 26 (Landroid/app/ActivityManager$TaskDescription;) in Lcom/mapbox/mapboxandroiddemo/examples/SupportMapFragmentActivity;
05-23 11:20:17.484 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x1f at 0x055b
05-23 11:20:17.484 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.startActionMode, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.484 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 244: Landroid/app/Activity;.startActionMode (Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;
05-23 11:20:17.484 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0596
05-23 11:20:17.484 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.showAssist, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.484 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 239: Landroid/app/Activity;.showAssist (Landroid/os/Bundle;)Z
05-23 11:20:17.484 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x05d8
05-23 11:20:17.484 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.postponeEnterTransition, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.484 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 200: Landroid/app/Activity;.postponeEnterTransition ()V
05-23 11:20:17.484 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x05e3
05-23 11:20:17.484 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.content.ContextWrapper.getNoBackupFilesDir, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.484 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 577: Landroid/content/ContextWrapper;.getNoBackupFilesDir ()Ljava/io/File;
05-23 11:20:17.484 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0672
05-23 11:20:17.484 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.requestPermissions, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.484 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 206: Landroid/app/Activity;.requestPermissions ([Ljava/lang/String;I)V
05-23 11:20:17.484 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0787
05-23 11:20:17.484 15454-15454/com.mapbox.mapboxandroiddemo E/dalvikvm: Could not find class 'android.app.SharedElementCallback', referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve check-cast 54 (Landroid/app/SharedElementCallback;) in Lcom/mapbox/mapboxandroiddemo/examples/SupportMapFragmentActivity;
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x1f at 0x07a1
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo E/dalvikvm: Could not find class 'android.os.PersistableBundle', referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve check-cast 255 (Landroid/os/PersistableBundle;) in Lcom/mapbox/mapboxandroiddemo/examples/SupportMapFragmentActivity;
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x1f at 0x07e8
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: DexOpt: resolve class illegal access: Lcom/mapbox/mapboxandroiddemo/examples/SupportMapFragmentActivity; -> Landroid/support/v4/app/BaseFragmentActivityDonut;
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.support.v4.app.BaseFragmentActivityDonut.onCreateView, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 4136: Landroid/support/v4/app/BaseFragmentActivityDonut;.onCreateView (Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View;
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x082c
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.setContentTransitionManager, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 211: Landroid/app/Activity;.setContentTransitionManager (Landroid/transition/TransitionManager;)V
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0940
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.onProvideReferrer, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 180: Landroid/app/Activity;.onProvideReferrer ()Landroid/net/Uri;
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x097e
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/FragmentActivity;.doReallyStop (Z)V from Lcom/mapbox/mapboxandroiddemo/examples/SupportMapFragmentActivity;)
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.support.v4.app.FragmentActivity.doReallyStop, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 4365: Landroid/support/v4/app/FragmentActivity;.doReallyStop (Z)V
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x09ab
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.content.Context.getDrawable, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 494: Landroid/content/Context;.getDrawable (I)Landroid/graphics/drawable/Drawable;
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x09f5
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.showLockTaskEscapeMessage, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 242: Landroid/app/Activity;.showLockTaskEscapeMessage ()V
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0a05
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.getContentTransitionManager, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 98: Landroid/app/Activity;.getContentTransitionManager ()Landroid/transition/TransitionManager;
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0a0b
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo E/dalvikvm: Could not find class 'android.app.SharedElementCallback', referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve check-cast 54 (Landroid/app/SharedElementCallback;) in Lcom/mapbox/mapboxandroiddemo/examples/SupportMapFragmentActivity;
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x1f at 0x0ac7
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.getReferrer, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 112: Landroid/app/Activity;.getReferrer ()Landroid/net/Uri;
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0b3b
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.content.ContextWrapper.getSystemServiceName, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.494 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 586: Landroid/content/ContextWrapper;.getSystemServiceName (Ljava/lang/Class;)Ljava/lang/String;
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0bb8
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.isVoiceInteractionRoot, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 136: Landroid/app/Activity;.isVoiceInteractionRoot ()Z
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0be0
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.content.ContextWrapper.getExternalMediaDirs, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 573: Landroid/content/ContextWrapper;.getExternalMediaDirs ()[Ljava/io/File;
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0c68
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.getMediaController, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 106: Landroid/app/Activity;.getMediaController ()Landroid/media/session/MediaController;
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0cac
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.getSearchEvent, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 115: Landroid/app/Activity;.getSearchEvent ()Landroid/view/SearchEvent;
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0d2b
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: DexOpt: illegal method access (call Landroid/support/v4/app/FragmentActivity;.onReallyStop ()V from Lcom/mapbox/mapboxandroiddemo/examples/SupportMapFragmentActivity;)
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.support.v4.app.FragmentActivity.onReallyStop, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 4401: Landroid/support/v4/app/FragmentActivity;.onReallyStop ()V
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0d6b
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.isVoiceInteraction, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 135: Landroid/app/Activity;.isVoiceInteraction ()Z
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0ddb
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.requestVisibleBehind, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 207: Landroid/app/Activity;.requestVisibleBehind (Z)Z
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0e40
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.shouldShowRequestPermissionRationale, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 237: Landroid/app/Activity;.shouldShowRequestPermissionRationale (Ljava/lang/String;)Z
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0e55
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.finishAndRemoveTask, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 88: Landroid/app/Activity;.finishAndRemoveTask ()V
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0e92
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.content.Context.getColor, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 491: Landroid/content/Context;.getColor (I)I
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0ee9
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo E/dalvikvm: Could not find class 'android.app.assist.AssistContent', referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve check-cast 58 (Landroid/app/assist/AssistContent;) in Lcom/mapbox/mapboxandroiddemo/examples/SupportMapFragmentActivity;
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x1f at 0x0f5b
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.finishAfterTransition, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 87: Landroid/app/Activity;.finishAfterTransition ()V
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0f7f
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.getContentScene, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 97: Landroid/app/Activity;.getContentScene ()Landroid/transition/Scene;
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x0f85
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo E/dalvikvm: Could not find class 'android.view.SearchEvent', referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve check-cast 2257 (Landroid/view/SearchEvent;) in Lcom/mapbox/mapboxandroiddemo/examples/SupportMapFragmentActivity;
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x1f at 0x10d2
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: DexOpt: resolve class illegal access: Lcom/mapbox/mapboxandroiddemo/examples/SupportMapFragmentActivity; -> Landroid/support/v4/app/BaseFragmentActivityHoneycomb;
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.support.v4.app.BaseFragmentActivityHoneycomb.onCreateView, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 4146: Landroid/support/v4/app/BaseFragmentActivityHoneycomb;.onCreateView (Landroid/view/View;Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View;
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x10fd
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.startLockTask, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 263: Landroid/app/Activity;.startLockTask ()V
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x11b2
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.content.ContextWrapper.checkSelfPermission, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 541: Landroid/content/ContextWrapper;.checkSelfPermission (Ljava/lang/String;)I
05-23 11:20:17.504 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x1225
05-23 11:20:17.514 15454-15454/com.mapbox.mapboxandroiddemo E/dalvikvm: Could not find class 'android.os.PersistableBundle', referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.514 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve check-cast 255 (Landroid/os/PersistableBundle;) in Lcom/mapbox/mapboxandroiddemo/examples/SupportMapFragmentActivity;
05-23 11:20:17.514 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x1f at 0x1329
05-23 11:20:17.514 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: DexOpt: resolve class illegal access: Lcom/mapbox/mapboxandroiddemo/examples/SupportMapFragmentActivity; -> Landroid/support/v4/app/BaseFragmentActivityEclair;
05-23 11:20:17.514 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.support.v4.app.BaseFragmentActivityEclair.onBackPressedNotHandled, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.514 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 4138: Landroid/support/v4/app/BaseFragmentActivityEclair;.onBackPressedNotHandled ()V
05-23 11:20:17.514 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x1350
05-23 11:20:17.514 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.startPostponedEnterTransition, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.514 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 267: Landroid/app/Activity;.startPostponedEnterTransition ()V
05-23 11:20:17.514 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x135c
05-23 11:20:17.514 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: Could not find method android.app.Activity.onEnterAnimationComplete, referenced from method com.mapbox.mapboxandroiddemo.examples.SupportMapFragmentActivity.access$super
05-23 11:20:17.514 15454-15454/com.mapbox.mapboxandroiddemo W/dalvikvm: VFY: unable to resolve virtual method 163: Landroid/app/Activity;.onEnterAnimationComplete ()V
05-23 11:20:17.514 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: VFY: replacing opcode 0x6f at 0x1411
05-23 11:20:17.584 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: Trying to load lib /data/app-lib/com.mapbox.mapboxandroiddemo-2/libmapbox-gl.so 0x43a0bd30
05-23 11:20:17.594 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: Added shared lib /data/app-lib/com.mapbox.mapboxandroiddemo-2/libmapbox-gl.so 0x43a0bd30
05-23 11:20:17.604 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: Trying to load lib /data/app-lib/com.mapbox.mapboxandroiddemo-2/libmapbox-gl.so 0x43a0bd30
05-23 11:20:17.604 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: Shared lib '/data/app-lib/com.mapbox.mapboxandroiddemo-2/libmapbox-gl.so' already loaded in same CL 0x43a0bd30
05-23 11:20:17.604 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: threadid=1: recursive native library load attempt (/data/app-lib/com.mapbox.mapboxandroiddemo-2/libmapbox-gl.so)
05-23 11:20:17.604 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: Trying to load lib /data/app-lib/com.mapbox.mapboxandroiddemo-2/libmapbox-gl.so 0x43a0bd30
05-23 11:20:17.604 15454-15454/com.mapbox.mapboxandroiddemo D/dalvikvm: Shared lib '/data/app-lib/com.mapbox.mapboxandroiddemo-2/libmapbox-gl.so' already loaded in same CL 0x43a0bd30
05-23 11:20:17.604 15454-15454/com.mapbox.mapboxandroiddemo I/dalvikvm: threadid=1: recursive native library load attempt (/data/app-lib/com.mapbox.mapboxandroiddemo-2/libmapbox-gl.so)
05-23 11:20:17.664 15454-15558/com.mapbox.mapboxandroiddemo W/com.mapbox.mapboxsdk.http.HTTPRequest: [HTTP] Request could not be executed: null
05-23 11:20:17.664 15454-15558/com.mapbox.mapboxandroiddemo A/libc: Fatal signal 11 (SIGSEGV) at 0xdeadcab1 (code=1), thread 15558 (pboxandroiddemo)

dependencies {
compile "com.android.support:gridlayout-v7:${supportLibVersion}"
compile "com.android.support:appcompat-v7:${supportLibVersion}"
compile "com.android.support:cardview-v7:${supportLibVersion}"
compile "com.android.support:recyclerview-v7:${supportLibVersion}"
compile 'com.github.javiersantos:MaterialStyledDialogs:1.4.1'
compile 'com.squareup.picasso:picasso:2.5.2'
compile ('com.mapbox.mapboxsdk:mapbox-android-sdk:4.1.0-SNAPSHOT@aar'){
transitive=true
}
compile ('com.mapbox.mapboxsdk:mapbox-android-services:1.1.0@aar'){
transitive=true
}
compile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') {
transitive = true;
}
}

Please help me

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.