google / physical-web

The Physical Web: walk up and use anything
http://physical-web.org
Apache License 2.0
6k stars 665 forks source link

Physical web causes problems in set up with android studio #819

Closed RajPratim21 closed 7 years ago

RajPratim21 commented 8 years ago

Physical web causes problems in set up with android studio it can't find the files under libs folder specifically Collections and PWSclient though if collection folder is copied from libs to app/src/main/collections it works fine also get build and everything works Can we treat the copying of files from lib ..to app/... a solution to above problem I thought that may be files under app/.../main/physicalweb can't access the files? I have submitted a pull request #818 which gave error here but worked fine in my laptop

cco3 commented 8 years ago

Thank you for filing the issue. Unfortunately copying all the files over to another directory isn't a sufficient solution. We'll have to figure out what studio is doing that is different from the gradle configuration.