Closed THEONE10211024 closed 9 years ago
Can you provide more information about : 1) Device information 2) Android version
Mine: Android build target:Android 4.0 JDK:jdk1.7.0_45
My colleague's: Android build target:Android 4.0 JDK:jdk1.6.0_45 He built with ant and I built with ADT default apk tool
I figured out why it doesn't show in my colleague's machine,he is using proguard.config file and I don't.
Oh ok. Is the issue done?
yes,thanks!
Well I did nothing.
Hi,geftimov.I've found out the problem but I don't konw how to fix it.The problem is that when I add the proguard-project.txt file ,the white line gone ,and when I remove the file ,the white line shows up . I don't konw why. Belowing is the printscreen of the proguard-project.txt file, and we only add one line code there!
android-pathview uses inner library for animating svgs. It is as dependency : dependencies { compile files('libs/androidsvg-1.2.1.jar') } Maybe when you want to strip the inner library PathView does not work as expected.
In my own machine ,it works just fine,but in my colleague's machine ,the white line doesn't show?We share the same code.Could you please tell me why?