Skip to content

Commit

Permalink
fix google play services lib path in add_play_services.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsushi Eno committed Mar 6, 2013
1 parent 95c3ad8 commit a94569d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapsAndLocationDemo_v2/add_play_services.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#/bin/sh
cp -r $ANDROID_HOME/extras/google/google_play_services/libproject/ .
cp -r $ANDROID_HOME/extras/google/google_play_services/libproject/google-play-services_lib .
cd google-play-services_lib
android update project -p .
ant debug
Expand Down

0 comments on commit a94569d

Please sign in to comment.