Android Studio无法编译我的测试项目,因为它无法解析资源.
我在gradle.build中为res目录尝试了一些不同的设置,但没有任何效果.我错过了一些简单的东西吗?这是一个简单的HelloWorld项目,没有任何个人内容.
我有以下项目结构,因为它是由Android Studio向导创建的(最新版本0.2.5):
在我的AndroidManifest.xml中,有通常的应用程序名称引用:@ string / app_name
此字符串在main / res / values / strings.xml中定义(在上面的屏幕截图中选择).
我从IDE(Android Studio)得到的错误是:
android-apt-compiler: [MyApplicationProject] C:\...\MyApplication\src\main\AndroidManifest.xml:6: error:
Error: No resource found that matches the given name (at 'label' with value '@string/app_name').
我运行“gradle tasks”时从命令行获得的错误是:
A problem occurred configuring root project 'MyApplicationProject'.
> Failed to notify project evaluation listener.
> Main Manifest missing from C:\...\MyApplicationProject\src\main\AndroidManifest.xml