novoda / landing-strip

Your simple sliding viewpager tab strip: a landing strip without the fluff!
Apache License 2.0
13 stars 5 forks source link

AppCompat 22.2.0 proguard bug #6

Closed ataulm closed 9 years ago

ataulm commented 9 years ago

https://code.google.com/p/android/issues/detail?id=175086

Users of the lib will have to add this as a file for temporary workaround:

package android.support.v4.app;

public @interface DialogFragment$DialogStyle {
}
ouchadam commented 9 years ago

:100:

blundell commented 9 years ago

why is everything in teh android.support.v4.app package not supported. Are you inheriting from the base proguard file? goes and looks

blundell commented 9 years ago

.. I don't see you using proguard in the demo. Are you sure this is an issue if they have a correct proguard setup? i.e. reproduce in the demo module or close as not our concern :)

ataulm commented 9 years ago

I'll add a demo today if time :tongue:

ataulm commented 9 years ago

Turns out I'm a liar liar pants on fire.

This is happening when your project includes some annotation processing - a detailed investigation by this industrious fellow: https://github.com/excilys/androidannotations/issues/1435

ouchadam commented 9 years ago