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.
私はEclipseでAndroidプロジェクトを持っており、時々antでプロジェクトをビルドするのが好きです。ただし、Eclipseとまったく同じ方法で構築したいと考えています。ant releaseEclipse でビルドすると、bin/ の結果がorでビルドした場合と異なるant debugため、明らかに Eclipse はant releaseorで実行されていませんant debug。
ant release
ant debug
eclipse が実行しているコマンドラインと、それを見つける方法は?