リソースを解決できないため、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