今日、私は新しいAndroidアプリのテストを終了しました。
SherlockActionBarを使用しています。
/libraryとしてインポート
私のOSはUbuntu12.1064ビットです。
Eclipseから.apkをビルドでき、アプリはAndroid 2.3.3(モバイル)とAndroid 4.0(タブレット)で実行されます。
しかし、私がしようとすると:Android tools -> Export signed application package
、そしてEclipseがクラッシュします:(
このエラーが発生します:(エクスポート/クラッシュの前)
Invalid ZIP archive: /home/voidcode/Ubuntu One/workspace/JakeWharton-ActionBarSherlock-e5c2d1c/library/bin/library.jar
これは、クラッシュ後にEclipse-folderで見つけ たエラーログです:http: //paste.ubuntu.com/1677938/
私のAndroidManifest.xmlは次のようになります。
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="15" />
そして、私のproject.propertiesは次のようになります。
# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system edit
# "ant.properties", and override values to adapt the script to your
# project structure.
#
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
target=android-14
android.library.reference.1=../JakeWharton-ActionBarSherlock-e5c2d1c/library