Hi, I was successful to build app on android (app Icon is there, but cant run it ), but Package project is not working, see log attached to this thread. Can someone help me with this ? On older versions I was reading something about downloading .dotnet 3.1 but in visual studio I can’t even install it (I have 3.5). (on mobile app I get: “Failed to open descriptor file …/…/…/myprojectname/myproject.uproject”)
Go into Android Studio and under Configure → SDK Manager
On the SDK Tools tab, select “Show Package Details” in the bottom right
Uncheck Android SDK command-line Tools (latest)
Check Android SDK command-line Tools 8.0
Click Apply
In Windows go to “C:\Users\USERNAME\AppData\Local\Android\Sdk\cmdline-tools” and rename the 8.0 folder to “latest”
Run SetupAndroid.bat again
I think that was everything. Basically just need to downgrade the command line tools. You could also go into the SetupAndroid.bat file and change the path from “latest” to 8.0 if you want, either way should work.