我们可以使用 Android Studio 进行 AOSP 开发吗?
我们可以使用Android studio
进行AOSP
(Android Open Source Project)开发吗,有没有办法.我没有找到一个.请问有人对此有什么想法吗?
Can we use Android studio
for AOSP
(Android Open Source Project) development, is there a way to do it. I didnt find one. anybody got any idea on this please ?
推荐答案
您可以将 Android Studio 用作 AOSP 的 IDE,因为它只是 InteliJ IDE 的修改版本.
You can use Android Studio as a IDE for AOSP, since it's just a modified version of InteliJ's IDE.
来自 AOSP 根目录:
from AOSP root:
make idegen && development/tools/idegen/idegen.sh
然后只需在 Android Studio 中打开项目"并选择它生成的 android.ipr.
Then just "Open Project" in Android Studio and select the android.ipr it generated.
相关文章