Hi, Annotations should be directly supported in the future SDK release, but you may use my workaround with the current SDK, see Issue 29 and http://retrotranslator.sourceforge.net/#android
Regards, Taras On 25 Бер, 12:01, nwmotogeek <[EMAIL PROTECTED]> wrote: > This seems a potential limitation to android which would be to bad. Do you > know if there are plans for android to support these annotations in the > future? > > Thanks, > -Dave > > On Tue, Mar 25, 2008 at 2:19 AM, JuhaK <[EMAIL PROTECTED]> wrote: > > > Hi, > > > Gdata API java libraries in general are not directly usable in android > > currently. It's easy to see why, just import the source tree of the > > java lib to your android project and compile. The java annotations > > that are used by the library are not supported by android. > > > JuhaK > > > On Mar 24, 6:13 pm, nwmotogeek <[EMAIL PROTECTED]> wrote: > > > strange whenever I try to run this command > > > > >dx --dex --verbose --output=gdata-media-dex-1.0.jar gdata-media-1.0.jar > > > > it processes the calsses found in the jar file but then ends with an > > error: > > > > 'trouble writing output: not found' > > > > Any one know what this means? > > > > Thanks, > > > -Dave > > > On Sun, Mar 23, 2008 at 5:24 PM, Adriano Crestani < > > [EMAIL PROTECTED]> > > > wrote: > > > > > It can be found at <antroid_sdk_dir>/tools/ > > > > > You can use the following command to convert your jar: > > > > > dx --dex --output=gmedia.dex gdata-media-1.0.jar > > > > > I'm just wondering how I add the output .dex file on the Android > > > > Eclipse project. Should it be placed under src directory? > > > > > Regards, > > > > Adriano > > > > > On Mar 23, 1:26 pm, nwmotogeek <[EMAIL PROTECTED]> wrote: > > > > > Where can I find that tool? > > > > > > On Sun, Mar 23, 2008 at 1:21 PM, Dan U. <[EMAIL PROTECTED]> > > wrote: > > > > > > > I'll guess that that jar is just a regular java lib? It probably > > needs > > > > > > converted to dalvik format. You could use the dx tool to convert > > it. > > > > > > > On Mar 23, 12:18 pm, nwmotogeek <[EMAIL PROTECTED]> wrote: > > > > > > > I get this error when I add the gdata-media-1.0.jar file to my > > > > > > Referenced > > > > > > > Libraries in Eclipse. when I remove this jar from my build path > > > > then > > > > > > the > > > > > > > error goes away. Unfortunetly I need this to interact with the > > > > Picasa > > > > > > Web > > > > > > > Service. > > > > > > > > I am using the m5-rc15 release of the Android SDK and version > > 1.16.2of > > > > > > the > > > > > > > Google Data API's. > > > > > > > > I know that others are having similar problems with the m5-rc14 > > sdk > > > > > > release > > > > > > > but i don't understand how their problems relate to mine. > > > > > > > > Any help would be great! thanks. > > > > > > > -David --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

