"NDK could not be parsed" APK compiler 4
"NDK could not be parsed" APK compiler 4
hi
got install apk compiler 4
i Complete uninstall android studio and install studio 2020.3.1
download gradle 6.7.1
i have Check that ONLY SDK 31 is installed -> https://pasteboard.co/4McMFAOKlcLp.png
but gradle fails "requested ndk could not be parsed" -> https://pasteboard.co/ikkTkqmnxFgA.png
i have NDK (latest) -> https://pasteboard.co/uM5d7dN7lmhs.png
which ndk needed?
got install apk compiler 4
i Complete uninstall android studio and install studio 2020.3.1
download gradle 6.7.1
i have Check that ONLY SDK 31 is installed -> https://pasteboard.co/4McMFAOKlcLp.png
but gradle fails "requested ndk could not be parsed" -> https://pasteboard.co/ikkTkqmnxFgA.png
i have NDK (latest) -> https://pasteboard.co/uM5d7dN7lmhs.png
which ndk needed?
Christos
- airsoftsoftwair
- Posts: 5673
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: "NDK could not be parsed" APK compiler 4
Is APK Compiler configured correctly? Can you post a screenshot of the APK Compiler settings?
- airsoftsoftwair
- Posts: 5673
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: "NDK could not be parsed" APK compiler 4
Your NDK path looks wrong. It should be something like "C:\Users\plouf\AppData\Android\Sdk\ndk\23.0.7599858" instead of "ndk-bundle". This directory doesn't even exist here...
Re: "NDK could not be parsed" APK compiler 4
ok need to change C:\Users\plouf\AppData\Local\Android\Sdk\ndk\23.0.7599858
now start to do a lot of stuff but fails complaining about 32bit only native libraries ?!
gradle output
now start to do a lot of stuff but fails complaining about 32bit only native libraries ?!
gradle output
Code: Select all
This app only has 32-bit [armeabi-v7a] native libraries. Beginning August 1, 201
9 Google Play store requires that all apps that include native libraries must pr
ovide 64-bit versions. For more information, visit https://g.co/64-bit-requireme
nt
BUILD SUCCESSFUL in 2s
1 actionable task: 1 up-to-date
> Configure project :app
WARNING:: This app only has 32-bit [armeabi-v7a] native libraries. Beginning Aug
ust 1, 2019 Google Play store requires that all apps that include native librari
es must provide 64-bit versions. For more information, visit https://g.co/64-bit
-requirement
This app only has 32-bit [armeabi-v7a] native libraries. Beginning August 1, 201
9 Google Play store requires that all apps that include native libraries must pr
ovide 64-bit versions. For more information, visit https://g.co/64-bit-requireme
nt
WARNING:: This app only has 32-bit [armeabi-v7a] native libraries. Beginning Aug
ust 1, 2019 Google Play store requires that all apps that include native librari
es must provide 64-bit versions. For more information, visit https://g.co/64-bit
-requirement
This app only has 32-bit [armeabi-v7a] native libraries. Beginning August 1, 201
9 Google Play store requires that all apps that include native libraries must pr
ovide 64-bit versions. For more information, visit https://g.co/64-bit-requireme
nt
ld: error: failed to write to the output file: Permission denied
clang: error: linker command failed with exit code 1 (use -v to see invoca
tion)
ninja: build stopped: subcommand failed.
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 5s
23 actionable tasks: 1 executed, 22 up-to-date
Πιέστε ένα πλήκτρο για συνέχεια. . .
Christos
- airsoftsoftwair
- Posts: 5673
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: "NDK could not be parsed" APK compiler 4
That 32-bit warning can be ignored. Obviously, the 32-bit (armv7a) APKs will only contain 32-bit libraries so this warning is rather nonsensical.
The reason why building fails is this instead:
Looks like something wrong with your permission settings because apparently ld can't write the file...
Also make sure to clean all your targets after updating APK Compiler or Android Studio.
The reason why building fails is this instead:
Code: Select all
ld: error: failed to write to the output file: Permission denied
Also make sure to clean all your targets after updating APK Compiler or Android Studio.
Re: "NDK could not be parsed" APK compiler 4
has anyone the APK compiler 4 AND windows 7 ?
trying to figure out why, i see some comments on net about win7, so asking if anyone has win7 and successful works in him
trying to figure out why, i see some comments on net about win7, so asking if anyone has win7 and successful works in him
Christos
- airsoftsoftwair
- Posts: 5673
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: "NDK could not be parsed" APK compiler 4
Sorry, it's not tested on Windows 7. I'm not even sure if the latest Android Studio and the accompanying toolchain is still compatible with 7.
Re: "NDK could not be parsed" APK compiler 4
can i download previous version somewhere ? afaik ftp has version 4 in place of version 3.x
Christos
- airsoftsoftwair
- Posts: 5673
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: "NDK could not be parsed" APK compiler 4
Sure, just drop me a mail.