I’m trying to reference android.R.anim.slide_out_left in my code (I’m building on Android 3.0+), and IntelliJ is telling me it’s missing. I tried to compile, and it won’t compile. I thought it might be my module setup so I tried compiling with ANT and no dice. So I poked into the android.jar and slide_out_left is missing (along with a bunch of other anim values). I’m puzzled at this point because this animation is present when I browse the SDK source. Why isn’t it in the jar?
I’m trying to reference android.R.anim.slide_out_left in my code (I’m building on Android 3.0+), and
Share
slide_out_left has not been exposed for app developers. For slide_out_left to be exposed it needs to be present in public.xml of frameworks.