Unable to build with enabled proguard
See original GitHub issueMosby Version: 3.0.2
Expected behavior Should build with proguard
Actual behavior (include a stacktrace if crash) Not building with proguard:
Warning:com.hannesdorfmann.mosby3.mvp.delegate.FragmentMvpDelegateImpl: can't find referenced class edu.umd.cs.findbugs.annotations.SuppressFBWarnings
Warning:com.hannesdorfmann.mosby3.PresenterManager: can't find referenced class edu.umd.cs.findbugs.annotations.SuppressFBWarnings
Warning:com.hannesdorfmann.mosby3.mvp.delegate.ViewGroupMvpDelegateImpl: can't find referenced class edu.umd.cs.findbugs.annotations.SuppressFBWarnings
Warning:com.hannesdorfmann.mosby3.mvp.delegate.ActivityMvpDelegateImpl: can't find referenced class edu.umd.cs.findbugs.annotations.SuppressFBWarnings
Warning:there were 4 unresolved references to classes or interfaces.
Steps to reproduce the behavior or link to a sample repository Build with enabled proguard
Issue Analytics
- State:
- Created 6 years ago
- Comments:17 (7 by maintainers)
Top Results From Across the Web
Troubleshooting ProGuard issues on Android - Medium
There are many reasons why you might want to enable ProGuard when building your app. Some developers care about the obfuscation part more, ......
Read more >Error on enabling Proguard - android - Stack Overflow
(http://proguard.sourceforge.net/manual/troubleshooting.html#dynamicalclass) Warning:there were 8 unresolved references to classes or interfaces ...
Read more >Unable to build Android Application when proguard rules are ...
I have enabled proguard rules on my Android app, Following is the configuration ```java buildTypes { release { minifyEnabled true.
Read more >ProGuard Manual: Troubleshooting - Guardsquare
Troubleshooting for building Java and Android apps with ProGuard. ... ProGuard can't find a class or interface that your code is accessing by...
Read more >Enable Proguard on debug build problem - Google Groups
The build will be fine but it will also try to run proguard on the test apk. It forces me to introduce a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
3.0.3
has been released a minute ago. Should be available soon (may take some more minutes to sync it to maven central)Thanks for your help!
OK, it was enough to just add
Disregard my last question, I didn’t notice that you suggested to just explicitly specify
3.0.3
for other artifacts. My current setup used3.0.3
for mvp but3.0.0
for a viewstate (transitively) which caused troubles.Thanks for helping to sort this out! Issue solved (can’t close it, no rights)