嗨每個人我有一個是煩人的問題:Xamarin應用程序無法啓動
The application could not be started. Ensure that the application has been installed to the target device and has a launchable activity (MainLauncher = true).
東西我:
- 亞行卸載;什麼也沒有發生
- 嘗試UNINSTAL應用從設備:應用程序不apeard,甚至像一個虛假的應用蒙山0KB
- 卸載單共享Runtine和API的應用程序
- 出廠設置
- 入住在其他設備
沒有解決我的問題,我不知道我必須做什麼。
Add:
My MainActivity;
[Activity(Label = "AppTecnicos", Icon = "@drawable/icon", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
他們得到了MainLaucher = true – Efeyabel