Skip to content
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 NDK 27.0.12077973 no file android_native_app_glue.c #1073

Closed
gitMuscleCode opened this issue Jul 29, 2024 · 2 comments
Closed

Android NDK 27.0.12077973 no file android_native_app_glue.c #1073

gitMuscleCode opened this issue Jul 29, 2024 · 2 comments

Comments

@gitMuscleCode
Copy link

AppData\Local\Android\Sdk\ndk\26.3.11579264\sources\android\native_app_glue r26
26 3 11579264
AppData\Local\Android\Sdk\ndk\27.0.11902837\sources\android\native_app_glue r27 beta
27 0 11902837 beta
AppData\Local\Android\Sdk\ndk\27.0.12077973\sources\android\native_app_glue r27
27 0 12077973

file android_native_app_glue.c in r26 (26.3.11579264) there is a file in the folder
file android_native_app_glue.c in r27 (27.0.11902837) beta there is a file in the folder
file android_native_app_glue.c in r27 (27.0.12077973) there is NO file in the folder

this is a joke?

@DanAlbert
Copy link
Member

Not really sure what this has to do with the samples, but:

$ ls ~/Library/Android/sdk/ndk/27.0.12077973/sources/android/native_app_glue
Android.mk                NOTICE                    android_native_app_glue.c android_native_app_glue.h

It looks like you're using Windows. Checking that zip to make sure it isn't just Windows that's broken:

$ unzip -l ~/Downloads/android-ndk-r27-windows.zip | grep native_app_glue.c
    17270  07-12-2024 19:42   android-ndk-r27/sources/android/native_app_glue/android_native_app_glue.c

It looks like your NDK install didn't complete correctly. Uninstall and re-install?

@gitMuscleCode
Copy link
Author

Not really sure what this has to do with the samples, but:

$ ls ~/Library/Android/sdk/ndk/27.0.12077973/sources/android/native_app_glue
Android.mk                NOTICE                    android_native_app_glue.c android_native_app_glue.h

It looks like you're using Windows. Checking that zip to make sure it isn't just Windows that's broken:

$ unzip -l ~/Downloads/android-ndk-r27-windows.zip | grep native_app_glue.c
    17270  07-12-2024 19:42   android-ndk-r27/sources/android/native_app_glue/android_native_app_glue.c

It looks like your NDK install didn't complete correctly. Uninstall and re-install?

I downloaded it again, everything is ok, probably there was some kind of glitch.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants