Android Studio: How do I upload a project into my Mobile Phone - Stack Overflow

admin2025-04-18  4

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 asked Jan 29 at 16:17 user2925716user2925716 9991 gold badge7 silver badges16 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

You can just use the debug tool to debug directly with your phone. See the documentation here: https://developer.android.com/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.

转载请注明原文地址:http://www.anycun.com/QandA/1744953207a89956.html