Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はすでに回答を読んでいます
次のエラーが表示されます:
BUILD FAILED Target "emma" does not exist in the project.
投稿したログと既に見た投稿から判断すると、次のコマンドを実行していると思います。
ant emma debug install
問題は、インストールした android-sdk を含む多くの要因に依存する可能性があります。バージョン 13 以下を使用している場合は、次を実行する必要があります。
ant coverage
実行している SDK のバージョン、実行している正確なコマンド、実行している場所 (プロジェクト、lib-project、test-project) などの詳細情報を提供してください。