On Sat, Mar 17, 2012 at 1:30 AM, elliotn <[email protected]> wrote: > Thanks Nikolay. I had been looking around the sites that you mentioned. > Unless I'm missing something, I can't find an easy way to convert package > statements, class names, method calls, type casting, etc. I'm working on a > script, but as soon as I resolve one item, something else creeps up. >
There is no easy way :) Most of it is just replacing base classes and menu-related imports, but some things require human intervention. If you manage to handle the base classes, the menus and replace calls to getX() with getSupportX(), you should be about 80% done. The rest you would probably need to fix manually. BTW, you will probably get better (and faster) help at the ABS group. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

