java - How do I fix these missing libraries? -


enter image description here

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: enter image description here

the remaining problem there red exclamation mark next project , when go build paths there red error:

enter image description here

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

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -