mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
6 lines
213 B
Ruby
6 lines
213 B
Ruby
# this is for implementors mostly
|
|
class Test
|
|
def initialize
|
|
`git clone git@github.com:phonegap/mobile-spec.git && cd mobile-spec && droidgap create && cd ../mobilespec_android && ant debug install`
|
|
end
|
|
end |