I've made a mistake in my previous post, the correct command is the following:
java -jar retrotranslator-transformer-1.2.6.jar -target 1.5 - stripannot -embed support -reflection safe -classpath retrotranslator- android-1.2.6.jar -srcjar gdata-media-1.0.jar To use annotations in your code extract classes that contain or manipulate annotations into a separate library, translate it with Retrotranslator and add it as a dependency to the main project. Regards, Taras. On 3 Кві, 09:42, Taras Puchko <[EMAIL PROTECTED]> wrote: > If your application does not declare or use annotations itself you may > translate the dependency before adding it to the Eclipse project: > > java -jar retrotranslator-transformer-1.2.6.jar -target 1.5 -embed > support -reflection safe -stripannot -srcjar gdata-media-1.0.jar > > Regards, > Taras. > > On 28 Бер, 17:18, nwmotogeek <[EMAIL PROTECTED]> wrote: > > > That link describes how to add a target to the build.xml but I don't know > > how to do that with Eclipse can some one point me to instructions on this? > > > Thanks, > > -Dave --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

