Skip to content

Commit b435b4c

Browse files
author
Peter
committed
minor fix when building and starting android from script
1 parent fc6e402 commit b435b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphhopper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ elif [ "$ACTION" = "extract" ]; then
153153

154154
elif [ "$ACTION" = "android" ]; then
155155
prepareEclipse
156-
"$MAVEN_HOME/bin/mvn" -P include-android --projects android install android:deploy android:run
156+
"$MAVEN_HOME/bin/mvn" -P include-android --projects android/app install android:deploy android:run
157157
exit
158158
fi
159159

0 commit comments

Comments
 (0)