4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-03-13 22:51:03 +08:00

6 lines
213 B
Ruby
Raw Normal View History

# 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