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

ndk-build error #36

Open
GoogleCodeExporter opened this issue May 27, 2015 · 1 comment
Open

ndk-build error #36

GoogleCodeExporter opened this issue May 27, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.Sync with latest code
2.cd into dolphin-player/pN
3.Modify compile.sh such that it has the correct path to the local ndk-build
4. Run sh compile.sh

What is the expected output? What do you see instead?
*.so files being built, instead I get the error

$ sh compile.sh
Android NDK: WARNING: APP_PLATFORM android-14 is larger than 
android:minSdkVersion 7 in ./AndroidManifest.xml
Clean: application [armeabi-v7a]
Clean: bz2 [armeabi-v7a]
Clean: freetype [armeabi-v7a]
Clean: iconv [armeabi-v7a]
Clean: jpeg [armeabi-v7a]
Clean: png [armeabi-v7a]
Clean: sdl [armeabi-v7a]
Clean: sdl_image [armeabi-v7a]
Clean: sdl_ttf [armeabi-v7a]
Clean: stlport_shared [armeabi-v7a]
Clean: stlport_static [armeabi-v7a]
Clean: universalchardet [armeabi-v7a]
Clean: yuv2rgb [armeabi-v7a]
Android NDK: WARNING: APP_PLATFORM android-14 is larger than 
android:minSdkVersion 7 in ./AndroidManifest.xml
Cygwin         : Generating dependency file converter script
Compile++ thumb  : application <= video_player.cpp
jni/app/src/video_player.cpp:33:26: fatal error: video_player.h: No such file 
or directory
compilation terminated.
/cygdrive/c/Dev/android-ndk-r9/android-ndk-r9/build/core/build-binary.mk:348: 
recipe for target `obj/local/armeabi-v7a/objs/application/src/video_player.o' 
failed
make: *** [obj/local/armeabi-v7a/objs/application/src/video_player.o] Error 1
cp: cannot create regular file `libs/armeabi-v7a/.': Is a directory


What version of the product are you using? On what operating system?
- ndk-r9 32 bit
- windows 7

Please provide any additional information below.


Original issue reported on code.google.com by harish.a...@gmail.com on 19 Sep 2013 at 11:43

@GoogleCodeExporter
Copy link
Author

Solved this by 

1. downgrading ndk to r8e
2. following https://code.google.com/p/dolphin-player/issues/detail?id=30&q=pld

Original comment by nori...@gmail.com on 25 Sep 2013 at 8:04

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

No branches or pull requests

1 participant