-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android cross compiler installation woes #419
Comments
|
Thanks for the help, I appreciate it. |
We can try if the script still works with the latest command line tools - I am using a version from September 2020 but I don't quite know what version of the SDK that actually is? I don't have the linux machine in front of me (or SSHable) but this is on my mac:
|
My real problem is that, for what both you and the 'Getting started' guide are telling me the final structure of the cmdline tools should be akin to:
with no tools directory (except in: cmdline-tools/lib/external/com/android/tools/build/aapt2-proto/4.1.0-alpha01-6193524/aapt2-proto-4.1.0-alpha01-6193524.jar but I do not think it matters) an so I fear the lambdanative scripts will not find the desidered directory |
We could change the script to look somewhere else too - as this simply re-building a place it used to be in historically? I believe you might have missed a part of the 5th point of Wiki:Getting-Started guide: Move this to a new directory so that the path to it is /usr/local/android-sdk-[platform]/cmdline-tools/ (so that in it should be a tools/ directory),[...] - for me this means that |
I think I have figured it out - this is a somewhat odd workaround for the |
Thanks, I will report as soon as I will have tested it. Anyway I suspect you are right. |
Hello and thanks for the help, the installation ended well and now I am able to develop for Linux. Next step, trying to compile an android application. |
Hello.
I am trying to install the LambdaNative cross-compile environment for Android under a Linux machine running Ubuntu 20.04. I am following the info shown in the page: https://github.com/part-cw/lambdanative/wiki/Getting-Started
where the following text could be found:
"Extract the contents of the Command Line tools, which will give a tools directory. Move this to a new directory so that the path to it is /usr/local/android-sdk-macosx/cmdline-tools/ (so that in it should be a tools/ directory), then run the following to change the ownership of this directory to your current account [username]."
I am having two problems here:
Is anyone able to help me on the installation? Many thanks for any help provided.
The text was updated successfully, but these errors were encountered: