Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

Proguard

More
IP: 192.168.0.71 7 years 11 months ago #13425 by deive.i
Proguard was created by deive.i
I am unable to get proguard working.
I have seen www.radaeepdf.com/forum/Android-development/3769-proguard-rules but this still is not working.

Something in the native code is being affected so I am unable to work out why - but I have created a simple Android Studio project that demos the problem. The attachment has this source (without the PDF module as this is too big) with the logcat output.
When debugging it *seems* like it is "this.m_vpage.vCacheStart1(this.m_thread_cache);" from PDFPageView:342 onDraw(Canvas)

We would really like to turn on ProGuard, but this is stopping us.
More
IP: 192.168.0.71 7 years 11 months ago #13428 by nermeen
Replied by nermeen on topic Proguard
We have checked your attachment you did not add
Code:
-keep class com.radaee.** { *; }

For completeness, the rules are:
Code:
-keep class com.radaee.** { *; } -keepclasseswithmembernames class com.radaee.** { *; } -keepdirectories <your package name>
More
IP: 192.168.0.71 7 years 11 months ago #13429 by deive.i
Replied by deive.i on topic Proguard
Can't believe I missed that out, I'm really sorry!
This is working fine now. Thank you!
Time to create page: 0.460 seconds
Powered by Kunena Forum