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.
後で別のグループによって手動で署名する必要があるリリース用の APK をビルドしたいと考えています。Android:debuggable を削除/更新して false にし、apk を署名チームに引き渡すだけで十分ですか? それとも、もっとやるべきことがありますか?私はEclipseを使用してapkを生成しており、プロジェクトをビルドした後にbinディレクトリに表示されることを望んでいます。順を追った説明が役に立ちます。
Eclipseで、プロジェクトを右クリックし、に移動してAndroid Toolsを選択しますExport Unsigned Application Package。それ以上のことは何もありません。
Android Tools
Export Unsigned Application Package