error: expected reference but got (raw string)

环境:
Android Studio 3.2.1
Build #AI-181.5540.7.32.5056338, built on October 9, 2018
JRE: 1.8.0_152-release-1136-b06 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 7 6.1

 

错误:
app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:3994: error: expected reference but got (raw string) @+android:style/Animation.Translucent.

 

解决方法:
把 @+android:style/Animation.Translucent
改为 @android:style/Animation.Translucent.

你可能感兴趣的:(Android,app)