You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried manual assembly, all without success, tried 4 ndk (25.0,25.1,25.2, 27), constant error:
PS G:\Desktop\macroquad_learn> cargo quad-apk build --release
error: Unable to find ar at `D:\AndroidSDK\ndk\25.2.9519653\toolchains\llvm\prebuilt\windows-x86_64\bin\arm-linux-androideabi-ar.exe`
Everything I read says that this file should be created by ndk arm-linux-androideabi-ar.exe and in theory I need to look for the ndk version where it is.
I have Android Studio, Sdk, Ndk, build-tools and android29-30 installed.
I also had JDK 17, I tried with jdk 8 and sdkmanager cmd, instead of Android Studio - but without success.
All environment variables are set:
The text was updated successfully, but these errors were encountered:
Hello!
My system:
OS: win11
Android Studio: 2023.3.1 Patch1
Android SDK:
I tried manual assembly, all without success, tried 4 ndk (25.0,25.1,25.2, 27), constant error:
Everything I read says that this file should be created by ndk arm-linux-androideabi-ar.exe and in theory I need to look for the ndk version where it is.
I have Android Studio, Sdk, Ndk, build-tools and android29-30 installed.
I also had JDK 17, I tried with jdk 8 and sdkmanager cmd, instead of Android Studio - but without success.
All environment variables are set:
The text was updated successfully, but these errors were encountered: