-
-keepclassmembers class * { @org.greenrobot.eventbus.Subscribe ;}
混淆时候报错,说这一行错误
Warning: Exception while processing task java.io.IOException: proguard.ParseException: Expecting java type before…
-
The combined method-count of all libraries and our code is too high for dex to optimise the APK. Therefore we have to use proguard atm to build and dex the application. Since proguard obfuscates a lot…
-
classpath 'net.sf.proguard:proguard-gradle:6.2.2'
file.java
``` java
@Component
public class FloorConfigurationConverter implements
Converter {
private final FloorRepository floorRepo…
-
I have problem when config Proguard in Android project using dom4j, could you guys give me the config for dom4j?
-
Crashlytics does this already and we have a user requesting this.
-
Hi,
proguard does not recognize interface with gererics in a library. It's implementation method names are then changed.
This interface is in library.jar
```
public interface MyInterface {
…
zdary updated
3 years ago
-
```
What steps will reproduce the problem?
1. Make an application with ads from MillennialMedia in Adwhirl
2. Set up Proguard
3. Export application to apk
4. Install application
5. Try to click on an …
-
Hello! Using this library, I have the following exception when running my app on release:
Platform Exception (connection_failure, java.lang.ClassNotFoundException: com.jcraft.jsch.jce.Random, null,…
-
ProGuard shrinks optimize and obfuscate code
https://medium.com/androiddevelopers/troubleshooting-proguard-issues-on-android-bce9de4f8a74
KEMBL updated
3 years ago
-
Just pull the latest code from Makefile.
android:
go get golang.org/x/mobile/bind
GOARCH=amd64 gomobile bind -v -trimpath -ldflags="-s -w" -o ./open_im_sdk.aar -target=android ./open_im_sdk/ ./op…