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?
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
i having same issue , resolved enabling zipalign option on signing task, maybe need too.
Comments
Post a Comment