作者:xiumin金珉锡吧1b | 来源:互联网 | 2023-05-17 22:51
NewProject.Importedalllibsusinggradlebuildsystem.使用gradle构建系统导入所有库。Gradlebuildsu
- New Project.
- Imported all libs using gradle build system.
使用gradle构建系统导入所有库。
- Gradle build successful.
Gradle构建成功。
- Enabled gradle offline work and instant run.
启用gradle离线工作和即时运行。
- Attached my device, clicked run. App build competed in 4 mins.
附上我的设备,点击运行。应用程序构建在4分钟内完成比赛。
- After few changes in code I clicked apply changes.
在代码中进行了少量更改后,我点击了应用更改。
- App runs perfectly on device which I previously build, but when I extract the installed app(debug keys) it doesn't install on other device or same device (package currept).
应用程序在我之前构建的设备上运行完美,但是当我提取已安装的应用程序(调试密钥)时,它不会安装在其他设备或同一设备上(软件包当前)。
- I clicked build apk(debug) in Android studio but gradle build running forever.
我在Android工作室点击构建apk(调试)但gradle build永远运行。
Please help me friends. There is no error in code. When I use Instant Run app opens perfectly on device but I cannot extract that apk to test on other device.
请帮帮我的朋友。代码中没有错误。当我使用Instant Run应用程序在设备上完美打开但我无法提取该apk以在其他设备上进行测试。
2 个解决方案