Android : How to convert all switch cases to if else in entire android project

on Sunday, September 21, 2014


In my new android App I use "ZXing" for barcode scanning. so I Imported it in my project. but it has lots of the same error



As of ADT 14, resource fields cannot be used as switch cases. Invoke this fix to get more information.



so that I've to manually press (ctrl+1) for every switch case is there any way to automatically do that for the entire project ?


0 comments:

Post a Comment