forked from calabash/calabash-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Building calabash android
jonasmaturana edited this page Oct 4, 2012
·
8 revisions
If you want to build calabash-android you can do the following.
Clone calabash-android
git clone https://github.com/calabash/calabash-android.git
git submodule init
git submodule update
Make the changes you want to make.
You can update the versions file if you want to. (ruby-gem/lib/calabash-android/version.rb
)
You need Android SDK level 16 installed.
To build and install the gem go to the ruby-gem
folder run rake install
cd ruby-gem
rake build
To build and install the gem go to the ruby-gem
folder run rake install
cd ruby-gem
rake install
Note that only files that are added to git are included in the gem. That means you have to add any new file to git yourself before building the gem.