Posts by Bruno Caceiro • 111 points
2 posts
-
0
votes3
answers953
viewsA: Create an Android App Bundle with Xamarin Forms
In the Android project properties -> Advanced -> under Supported ABIS, select armeabi and armeabi-v7a
-
1
votes1
answer965
viewsA: The $(Targetframeworkversion) is Less than the minimum required for Xamarin.Forms (8.1)
You will need to change Compile Version to 8.1, or up to 9.0 In the Android solution, Project Options -> General -> Build using version: choose V9 or V8.1 as suggested . Then, in Manifest.xml,…