c# - Warning XA4211 in xamarin -


warning xa4211: androidmanifest.xml //uses-sdk/@android:targetsdkversion '15' less $(targetframeworkversion) 'v6.0'. using api-23 acw compilation. (xa4211)

i trying change sdk version cant change.

the warning pretty self explanatory - you're trying target android version lower of target framework, which, naturally, not recommended.

if you're going change target android version (found in android application settings), make sure target framework (found in general settings) not higher, or run compatibility issues.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -