-2

I am new to android app development field.I recently created an app and it is working in my device as expected.For being particular ,the app in my device is installed and run directly via android studio.

The problem is that whenever I am sharing the apk file of this app to any other device it is getting stopped while opening the app after proper installation.

Can any body suggest the underlying problem or the way to check it?

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
  • When you say "it is getting stopped", do you mean that you app crashes? Also you need to show us your LogCat. – Sufian Aug 10 '17 at 09:48
  • Are you requesting the "dangerous" permissions ***at runtime*** on Marshmallow and above devices? – Phantômaxx Aug 10 '17 at 10:24

1 Answers1

-1

Yes it will crash. If you want to share APK you should build APK. It will give you app-debug named apk. You can share that APK with anyone.

The app you ran from android studio won't run on other devices.

enter image description here

kiturk3
  • 549
  • 10
  • 30