2012-01-23 16 views
1

でeclipeをAPKをしなかった、彼は私がこのリンクで解sujestテストを持っている私にこのことを伝え、APK日食は、proguard.cfg

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

をしませんでした: http://code.google.com/p/android/issues/detail?id=18359 この https://stackoverflow.com/questions/2...n-external-jar

私は、彼らが問題のjarライブラリとを持っているので、ProGuardのがcompilしていないので、私はこのメッセージを持っていると思います。この問題の解決方法私はiTextのライブラリを使用しているため

これは礼儀多くの検索後

# 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

の内容は、問題のでした。 OpenSourceライブラリはproguardで動作しませんでした。プロガードと一緒に働く図書館は有料版を取らなければなりません。