I am working on uploading a picture to a server. I am able to successfully upload an image using iOS but when i try on android I get the error code 3. Currently using phoneg
You can try either of these:
Set android:debuggable="true" in the tag of your AndroidManifest.xml file.
android:debuggable="true"
AndroidManifest.xml
Set instead of just the * as it's recommended in the comments section as follows:
*