-1

I'm writing an application with android studio 3.2.
Everything is okay when I install it on an emulator but when I make an apk and install it on real phone, it dosen't run!!

compileSdkVersion 28
minSdkVersion 16
targetSdkVersion 28

I want this app to be installed on android 4.1 or higher!

What changes are needed to run this app?

Oram
  • 1,589
  • 2
  • 16
  • 22
  • 1
    You can run the Android Studio debugger against a deployed APK to a handset. This will allow you to see logs, etc. There is not enough information here to help you -- it depends on _why_ it isn't running, and you don't say what research you have done. You might want to see [ask] for how to ask a question here. –  Dec 19 '18 at 20:30

1 Answers1

0

In your mobile open setting > about mobile>Build number (press on it 7 times) after that return to setting > you will noticed that new choosing add (Developer options ) open it and make USB Debugging "active"

1

Press 7 times:
2

3

4

Finally: open it and make the USB Debugging active
5

Oram
  • 1,589
  • 2
  • 16
  • 22
zahraa
  • 65
  • 1
  • 12