【问题标题】:import keyboard project from google source code从谷歌源代码导入键盘项目
【发布时间】:2018-04-16 23:45:02
【问题描述】:

我是安卓新手。如何从https://android.googlesource.com/platform/packages/inputmethods/LatinIME/+/marshmallow-release 导入项目 到安卓工作室。有可能吗?

【问题讨论】:

    标签: android android-input-method


    【解决方案1】:

    您首先必须使用 git 在本地克隆项目

    git clone https://android.googlesource.com/platform/packages/inputmethods/LatinIME
    

    然后您检查特定的分支,例如。 Marchmallow 发布。下一个示例是使用 SourceTree,但您可以直接在控制台上使用 git 进行操作。

    最后,在 Android Studio 中打开项目

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-08-17
      • 2011-01-30
      • 1970-01-01
      相关资源
      最近更新 更多