Zhongtang / Foodie

Feed some food
0 stars 0 forks source link

Error in AndroidManifest.xml #26

Closed Zhongtang closed 10 years ago

Zhongtang commented 10 years ago

I tried to pull the latest master and work on it. However I am getting "error: Error: No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version')." in line 85 of the manifest, which seems caused all the importing of com.yahoo.foodie.R to fail. Can you guys see the same issue?

stoneliyi commented 10 years ago

In project properties change the g service lib path to the one on your system.

Sent from my iPhone

On Feb 23, 2014, at 3:31 PM, Zhongtang Tian notifications@github.com wrote:

I tried to pull the latest master and work on it. However I am getting "error: Error: No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version')." in line 85 of the manifest, which seems caused all the importing of com.yahoo.foodie.R to fail. Can you guys see the same issue?

— Reply to this email directly or view it on GitHub.

Zhongtang commented 10 years ago

Worked. Thanks!!