问题标签 [android-source]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 如何仅同步 android 2.2 froyo 代码?
最新版本 2.3 需要 64 位机器来构建,如何获得 froyo 代码?
android - 使用 Stock Android (Froyo) 时出现编译错误?
我正在尝试从源代码为我的 Nexus One 编译 Android (Froyo)。我几乎遵循了这里的所有说明。
虽然说明是针对姜饼的,但我并没有真正看到 Froyo 有什么不同。在我执行“make -j4”后,抛出以下错误:
有人可以帮我解决这个问题吗?
android - Android:如何配置内核?
我正在这个网站http://bootloader.wikidot.com/android:kgdb上执行步骤,其中一个步骤要求我在制作内核时配置内核。我想知道如何做到这一点?我需要编辑哪些文件,或者我需要输入哪些命令?
android - Android:使用 KGDB 进行内核调试
我正在尝试为我的 Nexus One 进行内核调试,并且一直遵循http://bootloader.wikidot.com/android:kgdb的说明。我想知道是否有人真的让这个工作?有没有人为使用 KGDB 调试内核做了更新的解决方案?
android - 如何下载这个源代码文件?
如何下载此主干链接中的所有文件?我可以将它加载到 Eclipse IDE、Windows7 64 位吗?
android - How to : customize AOSP settings?
Im trying to build aosp for my devkit, and i'd like to know where should i look to for :
- to changing font size of texts in settings section ( i've replaced droid fonts with another one but the new font kind large) or global font setting.
- to change position of texts in settings section ( usually all texts are in left side, i want to try and put it in right side for example).
- the language locale names that
showed in settings/language &
keyboards.. where are they stored .
i looked into
LocalePicker.java
but could not figure it out.
- the language locale names that
showed in settings/language &
keyboards.. where are they stored .
i looked into
For example i want to change a locale name from english to it's native language (In some android builds i've seen arabic locale was in english, and some other builds it was shown in native arabic العربية).
android - 默认 Android Gallery 应用程序无法编译:(
我正在尝试制作现有应用程序的移动混搭
从https://android.googlesource.com/platform/packages/apps/Camera/+/froyo-release
获得了
适用于 2.2 Froyo 的默认 Android 系统相机应用
从https://android.googlesource.com/platform/packages/apps/Gallery/+/froyo-release获得适用于 2.2 Froyo 的默认 Android 系统库应用程序
不编译!一些错误 -
局部变量 mLength, mHeight ... 无法解析
import android.provider.DrmStore;... 无法解决
如何在 Froyo 上编译和运行默认图库应用?
android - BatteryHistory.java:在 Android 源代码的 master 分支中找不到文件
我编译了主分支并在模拟器中运行它。“备件”菜单中的“电池历史记录”项不起作用。它导致“备件”的“强制关闭”。
DDMS 日志显示错误消息,如:
我发现“电池历史”使用该类com.android.settings.battery_history.BatteryHistory
,但该类不再存在。它之前在存储库platform/packages/apps/Settings.git
中。我搜索了整个代码库,但找不到这个类。
这个文件是否不再开源并被放入一些 JAR 文件中?
android - AOSP Downloading and Moving the android source code
I have a slow & erroneous Internet connection which disconnects now & then.
So I like to know, if there is a way to download the android source directly rather than repo sync
Or If I download the source in another machine, how can I configure/setup in my machine?