Quickly try the demo project of any Android Library
This project is maintained by sunel
This is complete PHP Port of orginal ruby version dryrun by cesarferreira
Did this as a fun project
![]()
![]()
Try any android library on your smartphone directly from the command line
A dry run is a testing process where the effects of a possible failure are intentionally mitigated. For example, an aerospace company may conduct a "dry run" test of a jet's new pilot ejection seat while the jet is parked on the ground, rather than while it is in flight.
Wait a few seconds... and voilĂ
! The app is opened on your phone
Private repos can be tested too
assuming that you have the corresponding private ssh keys
in your ~./ssh/
$ dryrun git@github.com:cesarferreira/android-helloworld.git
No need to cleanup after you test the library.
No need to wait for Android Studio to load.
dryrun
)download zip
zip file
project folder
and the zip file
when you don't want it anymore $ wget http://sunel.github.io/dryrun.phar -O dryrun
OR
$ curl http://sunel.github.io/dryrun.phar -O dryrun
then
$ sudo chmod a+x dryrun
$ sudo mv dryrun /usr/local/bin/dryrun
Requirements (if you haven't already)
:
$ANDROID_HOME defined on the environment variables (how-to)
Android SDK in your $PATH (how-to)
Bug reports and pull requests are welcome on GitHub at https://github.com/sunel/DryRun-PHP.