Reputation: 6335
I am trying to build apk in android studio but getting below error:
Cause: property(interface org.gradle.api.file.Directory,
transform(property(interface org.gradle.api.file.Directory,
fixed(class
org.gradle.api.internal.file.DefaultProjectLayout$FixedDirectory,
E:\project\TestApp\App\build))))\AndroidManifest.xml (The filename,
directory name, or volume label syntax is incorrect)
I am using com.android.tools.build:gradle:3.3.2
and android studio version is 3.3.2. I think I updated studio after this issue start occurring, earlier I was able to build. Can anybody suggest how this error can be resolved.
Upvotes: 2
Views: 959
Reputation: 92
Please do the following
Invalidate caches and restart (File -> Invalidate caches and restart)
clean project and rebuild
Upvotes: 1