.NET MAUI Setup for Android, iOS, macOS, and Windows

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ม.ค. 2025

ความคิดเห็น • 9

  • @lukasdorotik9793
    @lukasdorotik9793 3 วันที่ผ่านมา

    hi, my terminal is saying "sudo: dotnet: command not found", what should I install?

    • @JasonSturges
      @JasonSturges  3 วันที่ผ่านมา

      Install the .NET SDKs: dotnet.microsoft.com/en-us/download

  • @mahmutkilisli1126
    @mahmutkilisli1126 2 หลายเดือนก่อน

    Does your computer have an Apple silicon processor?

    • @JasonSturges
      @JasonSturges  หลายเดือนก่อน

      Yes, I'm still on M1 Pro ARM64

  • @olehyashchyshyn9406
    @olehyashchyshyn9406 ปีที่แล้ว +1

    Could you please say, how do you run rider with root rights without manually run it via terminal with 'sudo'?

    • @JasonSturges
      @JasonSturges  ปีที่แล้ว

      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?

    • @olehyashchyshyn9406
      @olehyashchyshyn9406 ปีที่แล้ว

      @@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".

    • @JasonSturges
      @JasonSturges  ปีที่แล้ว

      @@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

    • @olehyashchyshyn9406
      @olehyashchyshyn9406 ปีที่แล้ว +1

      @@JasonSturges Thank you. Changing folder permissions was helpful