This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 125
Error while compile release apk with proguard #18
Comments
Yes, that warning is safe to ignore. |
Did you try https://github.com/Instagram/ig-json-parser#proguard ? |
Yes, I already did using |
Ah okay. The readme should probably be updated. :/ |
Yes. And please give more example code. :) |
Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I got warning message when I build release apk for my app
"Warning: com.instagram.common.json.annotation.processor.JsonAnnotationProcessor: can't find referenced field 'javax.annotation.processing.ProcessingEnvironment processingEnv' in program class com.instagram.common.json.annotation.processor.JsonAnnotationProcessor"
But when I add "-dontwarn com.instagram.common.json.annotation.processor.", it can be fixed.
Does not matter if I put "-dontwarn com.instagram.common.json.annotation.processor." in proguard file? Thanks
The text was updated successfully, but these errors were encountered: