forked from github/cordova-android
Fixed droidgap to handle spaces in SDK directory.
This commit is contained in:
parent
c750109bd7
commit
52a49aaaea
2
droidgap
2
droidgap
@ -45,7 +45,7 @@ class Build
|
|||||||
android_exec = File.join(@android_sdk_path, "tools", "android");
|
android_exec = File.join(@android_sdk_path, "tools", "android");
|
||||||
target_id = 5
|
target_id = 5
|
||||||
puts "Creating Android project... #{ target_id }"
|
puts "Creating Android project... #{ target_id }"
|
||||||
`#{android_exec} create project -t #{ target_id } -k #{ @pkg } -a #{ @name } -n #{ @name } -p #{ @path }`
|
`"#{android_exec}" create project -t #{ target_id } -k #{ @pkg } -a #{ @name } -n #{ @name } -p #{ @path }`
|
||||||
end
|
end
|
||||||
|
|
||||||
def include_www
|
def include_www
|
||||||
|
Loading…
x
Reference in New Issue
Block a user