user3281103
user3281103

Reputation: 139

Android Native Apps Source code

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.

Upvotes: 1

Views: 624

Answers (1)

whb_zju
whb_zju

Reputation: 133

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.

Upvotes: 1

Related Questions