xamarin.android - Xamarin Android APP crashes after splash screen -


i used visual studio team service build android xamarin app. build works fine if deploy apk phone crashed after logon screen. if try create apk file visual studio archive manager , deploy created apk works fine. can difference between local created apk , apk build server? keystore files same. suggestions?

this sign configuration enter image description here

and build configuration enter image description here enter image description here

update 1:

i used hosted build. created test project (create new black androud project in visual studio 15.1) , uncommented line setcontentview(resource.layout.main);

same result in other project app crashes after start. think not problem of code problem of build or sign

update 2: changed hosted build hosted vs2017 enter image description here

enter image description here

i having same issue , resolved enabling zipalign option on signing task, maybe need too.

enter image description here


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -