简体   繁体   中英

How to compile Browser source code for Android 4.0.3

I downloaded the Browser source code from https://github.com/android/platform_packages_apps_browser .

I am able to access the hidden and internal package with the help of http://devmaze.wordpress.com/2011/01/18/using-com-android-internal-part-1-introduction/ tutorial.

I am not able to build the source code for Android 4.0.3. But when compiled for Android 4.0.3 Eclipse shows "This class must implement the inherited abstract method AbsSpinner.layout(int, boolean), but cannot override it since it is not visible from FolderSpinner. Either make the type abstract or make the inherited method visible" error in FolderSpinner class.

Thanks in advance for help.

Regards, Vibhor

You can only build AOSP apps as part of the whole firmware. They are not designed to be built individually.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM