Android Studio 问题集合

**

Android Studio 问题集合 Day 1

1级标题

如上图所示

Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin [id ‘com.android.internal.application’]

Caused by: org.gradle.api.tasks.StopExecutionException: Your project path contains non-ASCII characters. This will most likely cause the build to fail on Windows. Please move your project to a different directory. See http://b.android.com/95744 for details. This warning can be disabled by adding the line ‘android.overridePathCheck=true’ to gradle.properties file in the project directory.

在 Gradle.Scripts中的gradle.properties
添加
android.overridePathCheck=true
就行了

你可能感兴趣的:(Android Studio 问题集合)