I'm using an emulator to open the apk file but it doesn't work knowing i installed all the sdk needed
Asked
Active
Viewed 73 times
1
-
1You should add your generated Log file ( https://developer.android.com/studio/debug/am-logcat ) with the error in question, to identify the issue and get a quicker response. – MD Naseem Ashraf Mar 08 '19 at 14:36
-
2Please don't delete with original question when you edit. We lose context and have no idea what we need to answer. – Ge3ng Mar 08 '19 at 20:30
1 Answers
0
According to this answer
adding this inside your AndroidManifest's <application>
element:
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
should do the trick

kasptom
- 2,363
- 2
- 16
- 20