简体   繁体   English

建立Settings.apk的最佳方法

[英]Best way to build Settings.apk

Hey people thanks for taking the time to take a look at my question. 嘿,谢谢您抽出宝贵时间来看看我的问题。 Ok so i'm planning on Re-building the Settings.apk on my Lg Device (e425f) and adding my own addtions but i have no idea what to use, i done some research and Found "Virtuous 10 Studio" and "ApkTool", so which is best and furthermore are we permitted to Rebuild apks budled with Android Devices ? 好的,所以我打算在Lg设备(e425f)上重新构建Settings.apk并添加自己的附件,但是我不知道该用什么,我做了一些研究,发现了“ Virtuous 10 Studio”和“ ApkTool” ,这是最好的方法,此外,我们是否允许重建与Android设备绑定的apk?

If you have the complete source code of android, and you have your environment set for building android complete code, you can build individual applications like "Settings" as well. 如果您具有android的完整源代码,并且已设置了用于构建android完整代码的环境,则也可以构建单个应用程序,例如“ Settings”。

This link will help you to set up build environment: 该链接将帮助您设置构建环境:

http://source.android.com/source/initializing.html http://source.android.com/source/initializing.html

You need to use "mm" command in ubuntu to build individual apps. 您需要在ubuntu中使用“ mm”命令来构建单个应用。

Yes, it should be fine to rebuild apps after makeing changes to prebuild android apps. 是的,对预构建的android应用进行更改后,重新构建应用应该没问题。

Alternatively, you can simply use Android developer tools (Eclipse with android SDT plugin) to build apps. 或者,您可以简单地使用Android开发人员工具(带有android SDT插件的Eclipse)来构建应用。

This link will help with this: 该链接将对此有所帮助:

http://developer.android.com/sdk/installing/bundle.html http://developer.android.com/sdk/installing/bundle.html

Android is open-source (Apache license) which means you are free to browse and re-use the source code in any way provided you respect the terms of the Apache license when redistributing. Android是开源的(Apache许可),这意味着您可以自由地以任何方式浏览和重用源代码,前提是您在重新分发时遵守Apache许可的条款。

The source code for settings in Android can be found here: 您可以在以下位置找到Android中设置的源代码:

https://github.com/android/platform_packages_apps_settings/tree/master/src/com/android/settings https://github.com/android/platform_packages_apps_settings/tree/master/src/com/android/settings

I would advise using Eclipse and the Android SDK to build Android Applications. 我建议使用Eclipse和Android SDK来构建Android应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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