简体   繁体   English

在三星 Galaxy S10 上运行 app-debug.apk 或 app-release.apk

[英]Running a app-debug.apk or app-release.apk on Samsung Galaxy S10

I am developing an application Android Studio 4.1.1 and debugging on a Samsung Galaxy S10.我正在开发一个应用程序 Android Studio 4.1.1 并在三星 Galaxy S10 上进行调试。 I can successfully debug the application on the S10 from the Studio.我可以从 Studio 成功调试 S10 上的应用程序。

When I use the Studio to create an app-debug.apk or app-release.apk and use Apps -> Special Access -> Install unknown apps -> Cx File Explorer, I get the following:当我使用 Studio 创建 app-debug.apk 或 app-release.apk 并使用应用程序 -> 特殊访问 -> 安装未知应用程序 -> Cx 文件资源管理器时,我得到以下信息:

a.一个。 Blocked by Play Protect ---> Install anyway被 Play Protect 阻止 ---> 仍然安装

b.湾。 Package Installer - "Done" is highlighted, but "Open" is greyed out Package 安装程序 - “完成”突出显示,但“打开”显示为灰色

c. c。 Apps - shows the apk and its memory, etc but is not executable应用程序 - 显示 apk 及其 memory 等,但不可执行

I've tried most of the procedures shown in recent posts but with the same results.我已经尝试了最近帖子中显示的大多数程序,但结果相同。

How can I install the app on my phone to use and test without trying to go through Play Store?如何在我的手机上安装应用程序以使用和测试,而无需通过 Play 商店尝试 go?

在“仍然安装”之后

Somehow android:name="android.intent.action.MAIN" got changed to android:name=" android.intent.action. MAIN " in the AndroidManifest.xml. Somehow android:name="android.intent.action.MAIN" got changed to android:name=" android.intent.action. MAIN " in the AndroidManifest.xml.

A space between action.行动之间的空间。 and MAIN和主要

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM