我需要在github上从this directory创建一个android studio项目。我试过VCS
- > Checkout from Version Control
中的Android Studio
,但是在repo中没有此目录的url,因此我不确定是否只能克隆此子目录。
我也试过下载整个仓库,做File
- > New
- > Import Project
中的Android Studio
,并选择将子目录作为要导入的文件夹。这显示了构建进度条,但在完成后,没有导入的项目。
我该怎么做?
答案 0 :(得分:1)
我现在明白了。回到this。然后点击Download Zip
并解压缩。在Android Studio
转到File -> Open ->
然后转到quickstart-android-master
,然后转到messaging
。不要打开quickstart-android-master
下到messaging
并打开它。
修改强>
请注意,您必须按照这些说明进行构建和运行。
答案 1 :(得分:0)
我不确定它是否正确,但是我在Android Studio 4.1.1上通过以下步骤解决了该问题:
Welcome to Android Studio
屏幕。Get from Version Control
。URL
。Clone
按钮。这将导入完整的存储库,但您将无法run
(完全如您的问题所述)使用该应用程序。
welcome screen
上,选择import Project (Gradle, Eclipse ADT, etc.)