safiely / frozenbubbleandroid

Automatically exported from code.google.com/p/frozenbubbleandroid
GNU General Public License v2.0
0 stars 0 forks source link

i see issue #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description Resource    Path    Location    Type
make: *** [obj/local/armeabi/objs/modplug-1.0] Error 5  frozenbubble            C/C++ 
Problem

i don't know how to fix that

Original issue reported on code.google.com by trungkie...@gmail.com on 14 Jul 2013 at 6:18

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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:

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
i use this version NDK but it show same error

Original comment by trungkie...@gmail.com on 17 Jul 2013 at 12:47

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Ok, thank you! i will follow this question.

Original comment by trungkie...@gmail.com on 17 Jul 2013 at 2:26

GoogleCodeExporter commented 9 years ago

Original comment by forter...@gmail.com on 17 Jul 2013 at 8:19