简体   繁体   English

错误升级 sdk 29 为 android 10-Q 从 android 9-Pie 后构建应用程序没有响应

[英]Error upgrade sdk 29 for android 10-Q from android 9-Pie after building app not responding

I upgrade my android app build on visual studio for mac with sdk 29 to use from android 10 devices.我在 Visual Studio for Mac 上使用 sdk 29 升级了我的 android 应用程序,以便从 android 10 设备中使用。

When I build App, from folder bin/debug/AndroidSoftware.apk my phone with os Android10 crashed every time.当我从文件夹 bin/debug/AndroidSoftware.apk 构建应用程序时,我的带有 os Android10 的手机每次都会崩溃。

应用程序在android上崩溃,在模拟器上工作

App work on android simulator, not responding on android phone..应用程序在 android 模拟器上工作,在 android 手机上没有响应。

Is there are way to run my app on sdk29?有没有办法在 sdk29 上运行我的应用程序?

You could try this:你可以试试这个:

1.Build your apk on yur simulator and it will automatically creates an APK under bin\Debug 1.在你的模拟器上构建你的apk,它会自动在bin\Debug下创建一个APK

2.The file you are looking for is the "Signed apk", eg com.companyname.MyApp-Signed.apk 2.您要查找的文件是“Signed apk”,例如com.companyname.MyApp-Signed.apk

3.Install it on your phone. 3.安装在您的手机上。

Notice :注意事项

"Use Shared Runtime" inside the project properties/Android Options must be Disabled, otherwise Mono Runtime won't be included and your app will crash on phones where Mono isn't installed.必须禁用项目属性/Android 选项中的“使用共享运行时”,否则不会包含 Mono 运行时,并且您的应用程序将在未安装 Mono 的手机上崩溃。

暂无
暂无

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

相关问题 Android Q (SDK 29) 上的 ContentResolver 无效列错误 - ContentResolver invalid column error on Android Q (SDK 29) Android ACTIVITY_RECOGNITION 权限 SDK 28 在 Android 10/Q(SDK 29)上运行 - Android ACTIVITY_RECOGNITION Permission SDK 28 running on Android 10/Q (SDK 29) Android 升级和部署问题:现有应用程序定位 &lt; SDK29 - Android upgrade & deploy question: existing app targeting < SDK29 Android 10 (API 29) 升级后 setColor 不起作用 - setColor not working after Android 10 (API 29) upgrade 使用 Android 10 SDK 升级的后台应用程序无法访问剪贴板 - Clipboard not accessible from background app with Android 10 SDK upgrade 将 compileSdkVersion 升级到 29 后,我的 Android 应用程序在 Android 10 上崩溃 - My android app crashes on Android 10 after upgrading the compileSdkVersion to 29 在 android 10 sdk29 上下载 ionic 3 文件时出错 - Getting error in file download ionic 3 on android 10 sdk29 在 Android 中从 SDK 28 迁移到 SDK 29 后,我的应用程序崩溃并面临:信号 11 (SIGSEGV)、代码 2 (SEGV_ACCERR)、Android studio 3.4.1 中的错误 - After migrating from SDK 28 to SDK 29 in Android my app crashed and facing : signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), error in Android studio 3.4.1 Xamarin Android Api 29 Q10无法重新连接到Wifi - Xamarin Android Api 29 Q10 can not reconnect to Wifi 将手机升级到Android 9 Pie API 28修订版6后,Cordova App中出现Ajax错误 - Ajax error in Cordova App after upgrade phone to Android 9 Pie API 28 Revision 6
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM