最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

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

programmeradmin1浏览0评论

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 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/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.

发布评论

评论列表(0)

  1. 暂无评论