Android App crash in Marshmallow

  • Replies:2
Mayuri Bhamare
  • Forum posts: 1

Apr 22, 2016, 9:19:19 AM via Website

My android app works in KitKat, Lollipop, but as soon as you try to install it on Marshmallow, It gives error

Unfortunately App is stopped.

Unable to understand the problem

Reply
Michael Pingleton
  • Forum posts: 1

Apr 23, 2016, 2:27:35 AM via Website

Marshmallow handles permissions differently. Some permissions require you to explicitly request them in Java code rather than in the manifest. Google "Android 6.0 Changes", it will explain better.

Android Fancy AppsVladimir S.

Reply
Ashish Tripathi
  • Forum posts: 211

Apr 25, 2016, 2:58:12 PM via Website

is it working while you are running the app through adb ??

Reply