Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Modifying and recompiling the Android SDK

I know that some methods and some classes that are implemented in Android are not exported to the Android public SDK. I've been able to create an application that uses some of these functions by compiling my application placing it inside the Android tree. Would it be possible to export these functions to the Android SDK by recompiling it from the sources? How can this be done? Can I include custom classes and functions in the Android SDK as well (supposing of course I create a new SDK and a new firmware)? Thanks!

like image 421
Luca Carlon Avatar asked Oct 13 '22 17:10

Luca Carlon


1 Answers

I didn't try it, but this should be the answer to my question: https://android.googlesource.com/platform/sdk/+/master/docs/howto_build_SDK.txt.

like image 155
Luca Carlon Avatar answered Oct 18 '22 13:10

Luca Carlon