Closed ghost closed 10 years ago
Could this be related to this?: https://groups.google.com/forum/#!topic/scala-on-android/zVhoIBqfzZk
@airblaster, this sounds like an underlying problem in android appCompat. Did they depreciate this class? I could not find it in the cursory search of the source. How were you using it in the code and does the code still compile?
@johncarl81: The code doesn't compile anymore. I'm not using that function anywhere, could it maybe be used by a library? Or could the compile time reflection that transfuse does trigger this kind of error?
Received a reply on my StackOverflow question on this topic. Seems the API was deprecated, but I still need to figure out where it is called.
Hi,
since I've upgraded to AppCompat v21 I get the following compilation error:
Could this be a transfuse bug?