Note that there are some explanatory texts on larger screens.

plurals
  1. POeclipse didn't do apk with proguard.cfg
    primarykey
    data
    text
    <p>If i would like create apk with proguard, eclipe, he tell me this and didn't do apk</p> <pre><code> ava.io.IOException: Can't read [proguard.ClassPathEntry@6d632c2d] (No such file or directory) </code></pre> <p>I have test the solution sujest in this links: <a href="http://code.google.com/p/android/issues/detail?id=18359" rel="nofollow noreferrer">http://code.google.com/p/android/issues/detail?id=18359</a> and this <a href="https://stackoverflow.com/questions/2...n-external-jar">https://stackoverflow.com/questions/2...n-external-jar</a></p> <p>I think i have this message because proguard don't compil because they have problem's with jar library. How resolve this problem's? </p> <p>this are the content of proprieties</p> <pre><code># 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 </code></pre> <p>this are the content of proguard file </p> <pre><code>-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 &lt;methods&gt;; } -keepclasseswithmembernames class * { public &lt;init&gt;(android.content.Context, android.util.AttributeSet); } -keepclasseswithmembernames class * { public &lt;init&gt;(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 *; } </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload