0

My App works fine on Android 5.x.x and earlier, but crashes on Android 6 (Marshmallow) when using Crosswalk.

I found that's a Crosswalk compatibility with Android Marshmallow issue :(

Any idea to solve this problem ?

Edited (Solved) :

I solved my problem by using Crosswalk 1.0.4

1 Answers1

0

its permission problem, crosswalk need to much more permission, so ask first permission and after thar use in marshmallow.

Temporary you can go in setting->apps->select your app->permissions

Here you give all permission which you declared in manifest.

And check again your app working properly.

Yogesh Rathi
  • 6,331
  • 4
  • 51
  • 81