Closed GoogleCodeExporter closed 9 years ago
Do you have the NDK installed?
http://code.google.com/p/frozenbubbleandroid/wiki/BuildInstructions
The NDK is used to build C/C++ code.
Original comment by forter...@gmail.com
on 15 Jul 2013 at 3:20
I installed NDK! And follow your instructions but it allway show this error
Original comment by trungkie...@gmail.com
on 16 Jul 2013 at 3:56
Attachments:
Try stripping everything out of the build command except:
ndk-build.cmd
Failing that, try cleaning the project, then deleting it from the workspace and
shutting down Eclipse.
Then re-import the project and try building it. Sometimes Eclipse screws up
the project cache, especially if you've been editing files/deleting them
outside the IDE.
Original comment by forter...@gmail.com
on 16 Jul 2013 at 7:23
I believe error 5 is an access denied error.
http://stackoverflow.com/questions/3774825/eclipse-compiling-error
Are you using the 32 bit NDK or the 64 bit NDK? If you are using the 64 bit,
try the 32 bit.
I build this project on multiple computers without any issues, or having to do
anything other than set the NDK path.
Make sure none of your paths have spaces in the path names.
Original comment by forter...@gmail.com
on 16 Jul 2013 at 8:42
You can also try an earlier version of the NDK:
http://dl.google.com/android/ndk/android-ndk-r8d-windows.zip
Original comment by forter...@gmail.com
on 17 Jul 2013 at 12:08
i use this version NDK but it show same error
Original comment by trungkie...@gmail.com
on 17 Jul 2013 at 12:47
Can you build r21? That was the latest revision before the addition of the
libmodplug native code.
If you can build that, then your issue is related to the the integration of the
NDK somehow. I recommend you post this question to stack overflow, because I
am running out of ideas.
http://stackoverflow.com/questions/17702343/android-eclipse-ndk-make-error-5-any
-suggestions-to-remedy-this-error
Original comment by forter...@gmail.com
on 17 Jul 2013 at 2:22
Ok, thank you! i will follow this question.
Original comment by trungkie...@gmail.com
on 17 Jul 2013 at 2:26
Original comment by forter...@gmail.com
on 17 Jul 2013 at 8:19
Original issue reported on code.google.com by
trungkie...@gmail.com
on 14 Jul 2013 at 6:18