0

私はしばらくの間、Eclipse の Android プロジェクトに取り組んできました。今日突然 Eclipse を開くと、プロジェクト名の近くに感嘆符が表示され、ビルドしようとすると build.xml ファイルにエラーが表示されます。

 <import file="${sdk.dir}/tools/ant/build.xml" />

<!-- These targets only exist so they will be visible in IntelliJ. -->
<target name="ij-debug" depends="clean,debug"/> 
<target name="ij-release" depends="clean,release"/>
<target name="ij-install" depends="clean">
  <exec command="ant debug install"/>
</target>
<target name="ij-uninstall" depends="uninstall"/>

エラーは次のとおりです。

   Cannot find ${sdk.dir}/tools/ant/build.xml imported from           
   C:\Users\myuser\Desktop\projectname\android\build.xml

  Target clean does not exist in this project
  Target uninstall does not exist in this project

「すべてのビルドファイルの問題を無視する」をチェックしようとしましたが、新しいエラーが発生します:

Source resource does not exist:C:\Users\myuser\Desktop\projectname\android\local.properties

この問題を解決する方法を知っている人はいますか?

ありがとうございました。

編集

これはプロジェクトのフォルダーです。

プロジェクト フォルダ

4

0 に答える 0