发布时间:2012-12-28 13:30:27
UPDATE: [07-Aug-2012] Thanks to a comment from Pierre-Yves Langlois this seems to be the best method (uses the latest version of the Flexion script from Github rather than the version referenced above)sudo apt-get purge sun-java* #You need to do that if you want the mozilla plugin to work ......【阅读全文】
发布时间:2012-12-25 14:40:47
经过几波周折,终于在ubuntu上面成功编译android4.0的源码,为什么要编译源码呢,主要是在源码的环境下做一下类似于需要底层框架支持的程 序,比如说launcher或者其他占用资源特别多的应用程序。因为我的eclipse经常崩溃。好吧,废话不多说了 开始吧 希望对您有用。其中部分资源也是我在网上搜索到的。 1、初始化编译环境 (1)软件需求: Python 2.5 -- 2.7, which you can download from python.org. GNU Make 3.......【阅读全文】