1

Is there anywhere I can get the source code and all the required library files for a NATIVE android app? I need it for an experiment I am working on and I need to test a few apps for the same.

3
  • Finding open source NDK libraries and apps should not be especially difficult. For example, a search of GitHub for Android.mk turns up 307,381 matches. Commented Feb 13, 2014 at 0:48
  • 1
    + there are more than dozen sample apps bundled in Android NDK Commented Feb 13, 2014 at 0:58
  • Hi! I have already done my experimenting with the NDK sample apps provided in the bundle and I am looking for higher level apps for the same purpose. Commented Feb 13, 2014 at 17:45

1 Answer 1

1

First you must know all dependence in android is write in Android.mk. Second you can find some code in android source which is connect to you purpose, then looks up its Android.mk, and can find almost you need. At last, recommand you try ndk, and is supported by Google.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.