downloaded project, but won't build #67
Answered
by
erict-powersoft
erict-powersoft
asked this question in
Q&A
|
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? |
Answered by
erict-powersoft
Apr 1, 2025
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. |
0 replies
Answer selected by
erict-powersoft
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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.