简体   繁体   中英

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.

When I build App, from folder bin/debug/AndroidSoftware.apk my phone with os Android10 crashed every time.

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

App work on android simulator, not responding on android phone..

Is there are way to run my app on sdk29?

You could try this:

1.Build your apk on yur simulator and it will automatically creates an APK under bin\Debug

2.The file you are looking for is the "Signed apk", eg com.companyname.MyApp-Signed.apk

3.Install it on your phone.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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