java - How do I fix these missing libraries? -
so these 3 missing libraries, still didn't manage add imported project. tried lot of things , won't work. downloaded google play services sdk manager , google-play-services_lib isn't there, while google-play-services there, need both. captureactivity , portraitqr, tried adding both jars project dexedlibs didn't work. tried downloading this don't know how add project (i know how add single jars)
edit: okay played around little bit , think i'm closer solution now. manually added google play services lib , capture activity , how libraries now:
the remaining problem there red exclamation mark next project , when go build paths there red error:
i tried captureactivity.jar can't find it. can anyoe me out here?
you should import them new project->android project existing code-> locate projects path , make sure make them library project; right click on project-> properties-> android -> scroll bottom , check 'is library' checkbox
and path google play services lib => \extras\google\google_play_services
you can find sample code on there
Comments
Post a Comment