Issue
I tried to uninstall Android NDK since I don't need it any more. The path found in Eclipse seems to be broken. How should I clean up this mess? I tried brew but it said NDK is not installed. (It even told me SDK is not installed! Maybe not installed through brew?) I'm using a Mac.
Solution
NDK is just a set of libraries and binary tools.
Normally, you do not need to "uninstall" it.
To "remove" it, you can:
- delete the ndk folder
- remove NDK environnent variable you have set previously
Answered By - huluyige
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.