On Wed, Apr 9, 2014 at 11:32 PM, k_day <[email protected]> wrote:
> I've generate a few endpoints and generated my android client library, as > described here: > > https://developers.google.com/appengine/docs/java/endpoints/consume_android > > Step 2 under "Adding the client library to the project" reads "Copy the > client library generated from the backend API into /libs", but it is > unclear to me what to copy here. The entire contents of the zip? Just the > .jar named something like localhost-appname-v1-timestamp-rc-sources.jar? I > feel like I've tried every combination I can think of, but I still can't > get any of my apis to resolve in my Android Studio project. Can someone > please clarify what needs to be done here? > You should be including the JAR file in the *libs* directory, then adding the JAR file as a library via the context menu (right click on the file). There's a pictorial explanation of the process here (scroll down to the second answer): http://stackoverflow.com/questions/16608135/android-studio-add-jar-as-library ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
