I just launch it without any special privileges - if it needs root privileges, it will prompt a dialog like osascript needs to make changes to the system. Something not working?
@@JasonSturges Yes, when I try to install Android Tiramisu with api lvl 33 I get error with this message "Failed to read or create install properties file".
@@olehyashchyshyn9406 Check your ~/Library/Android permissions - maybe just delete that entire folder and setup again. Guessing there's a permission issue effecting the SDK platforms at ~/Library/Android/sdk/platforms. At least check owner and permissions - chown / chmod as needed. sudo chown $USER: $ANDROID_HOME -R
hi, my terminal is saying "sudo: dotnet: command not found", what should I install?
Install the .NET SDKs: dotnet.microsoft.com/en-us/download
Does your computer have an Apple silicon processor?
Yes, I'm still on M1 Pro ARM64
Could you please say, how do you run rider with root rights without manually run it via terminal with 'sudo'?
I just launch it without any special privileges - if it needs root privileges, it will prompt a dialog like osascript needs to make changes to the system. Something not working?
@@JasonSturges Yes, when I try to install Android Tiramisu with api lvl 33 I get error with this message "Failed to read or create install properties file".
@@olehyashchyshyn9406 Check your ~/Library/Android permissions - maybe just delete that entire folder and setup again. Guessing there's a permission issue effecting the SDK platforms at ~/Library/Android/sdk/platforms. At least check owner and permissions - chown / chmod as needed. sudo chown $USER: $ANDROID_HOME -R
@@JasonSturges Thank you. Changing folder permissions was helpful