2012-01-23 34 views
1

如果我想使用ProGuard創建APK,的Eclipe,他告訴我這一點,並沒有做的apk日食沒做APK與proguard.cfg

ava.io.IOException: Can't read [[email protected]] (No such file or directory) 

我有測試解決方案sujest在這個鏈接: http://code.google.com/p/android/issues/detail?id=18359https://stackoverflow.com/questions/2...n-external-jar

我覺得我有這個消息,因爲proguard的不compil因爲他們有問題與罐子庫。如何解決這個問題?

這是禮節

# 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 use, 
# "ant.properties", and override values to adapt the script to your 
# project structure. 

# Project target. 
target=Google Inc.:Google APIs:7 
proguard.config=proguard.cfg 

的內容這是proguard的文件

-optimizationpasses 5 
-dontusemixedcaseclassnames 
-dontskipnonpubliclibraryclasses 
-dontpreverify 
-verbose 
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/* 

-keep public class * extends android.app.Activity 
-keep public class * extends android.app.Application 
-keep public class * extends android.app.Service 
-keep public class * extends android.content.BroadcastReceiver 
-keep public class * extends android.content.ContentProvider 
-keep public class * extends android.app.backup.BackupAgentHelper 
-keep public class * extends android.preference.Preference 
-keep public class com.android.vending.licensing.ILicensingService 

-keepclasseswithmembernames class * {  
native <methods>; 
} 

-keepclasseswithmembernames class * { 
    public <init>(android.content.Context, android.util.AttributeSet); 
} 

-keepclasseswithmembernames class * { 
    public <init>(android.content.Context, android.util.AttributeSet, int); 
} 

-keepclassmembers enum * { 
    public static **[] values(); 
    public static ** valueOf(java.lang.String); 
} 

-keep class * implements android.os.Parcelable { 
    public static final android.os.Parcelable$Creator *; 
} 

回答

0

的內容很多搜索後,人是這個問題,因爲我用iText庫。 OpenSource庫不適用於proguard。對於與proguard一起工作的圖書館必須購買付費版本。