我正在尝试安卓工作室,到目前为止它并不顺利。我正在尝试将TrivialDrive示例项目导入Android工作室,我一直收到错误
Cannot create directory C:\Program Files (x86)\Android\android-sdk\extras\google\play_billing\samples\TrivialDrive\.idea
如果有帮助我在项目中有build.gradle。
dependencies {
classpath 'com.android.tools.build:gradle:0.6.+'
}
任何想法有什么不对?
答案 0 :(得分:1)
您的工作空间位于程序文件的文件夹中,任何其他应用程序都无法访问该文件夹。我建议你在D Drive中创建新的WorkSpace,然后再次导入项目。
C Drive供系统使用。您不应将其用于个人用途。尽量避免使用它。如果您使用的操作系统低于Windows Vista,则不会出现此错误。
答案 1 :(得分:0)
首次启动Android Studio时,您会看到一个欢迎屏幕,它提供了几种入门方式:
To start building a new app, click New Project.
This starts the New Project wizard, which helps you set up a project using an app template.
To import an existing Android app project, click Import Project.
Note: If you previously developed your Android project with Eclipse, you should first use the new export feature in the ADT plugin to prepare your project with the new Gradle build system. For more information, read Migrating from Eclipse.
有关使用Android Studio的其他帮助,请阅读提示和技巧。