downloaded project, but won't build #67
-
Hi, I'm using VS2022, bld 17.13.5. After downloading and opening the solution, build fails with: Could not find android.jar for API level 21. I'm trying to build for Platform 33, which is installed. I can't figure out what I need to change. Also, the target frameworks in the project file has "net5.0-android;net6.0-android;monoandroid5.0", but if I change that to net8.0-android, the project properties will not load. How do I make a DLL that will work for Android 23? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Never mind - the errors are because I don't have net5.0-android or net6.0-android. Once I switched to net8.0-android (only), it built fine. |
Beta Was this translation helpful? Give feedback.
Never mind - the errors are because I don't have net5.0-android or net6.0-android. Once I switched to net8.0-android (only), it built fine.