Android Studio: How do I upload a project into my Mobile Phone? I have sucessfuly compiled it but I do not know how to upload it into my Mobile Phone.
Android Studio: How do I upload a project into my Mobile Phone? I have sucessfuly compiled it but I do not know how to upload it into my Mobile Phone
Android Studio: How do I upload a project into my Mobile Phone? I have sucessfuly compiled it but I do not know how to upload it into my Mobile Phone.
Android Studio: How do I upload a project into my Mobile Phone? I have sucessfuly compiled it but I do not know how to upload it into my Mobile Phone
Share Improve this question asked Jan 29 at 16:17 user2925716user2925716 9991 gold badge7 silver badges16 bronze badges1 Answer
Reset to default 0You can just use the debug tool to debug directly with your phone. See the documentation here: https://developer.android/studio/run/device
Or
You can just locate the debug APK file in the folder app/build/outputs/apk/debug/app-debug.apk
or find the release APK in the app/build/outputs/apk/release/app-release.apk
folder.
There are other options but these two will get you there easily.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745290936a4620853.html
评论列表(0条)