muratalan / android-section-list

Automatically exported from code.google.com/p/android-section-list
Other
0 stars 0 forks source link

Library project compilation fails because of non-final resource ids used in switch statement #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Use as Android Library project, build with ADT14+

What is the expected output? What do you see instead?

Build fails because resource IDs are used in a switch statement. This no longer 
works for library projects starting at ADT 14, see this link: 
http://tools.android.com/tips/non-constant-fields

Original issue reported on code.google.com by alex.suz...@endboss.ch on 1 Oct 2012 at 9:10