Skip to content
develop
Go to file
Code

Latest commit

## [1.2.2](v1.2.1...v1.2.2) (2020-10-16)

### Bug Fixes

* **android:** don't print ADB unresponsive error to stdout ([#163](#163)) ([2cd894b](2cd894b))
7e0dfb7

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

github-actions semantic-release npm

native-run

native-run is a cross-platform command-line utility for running native app binaries (.ipa and .apk files) on iOS and Android devices. It can be used for both hardware and virtual devices.

This tool is used by the Ionic CLI, but it can be used standalone as part of a development or testing pipeline for launching apps. It doesn't matter whether the .apk or .ipa is created with Cordova or native IDEs, native-run will be able to deploy it.

Install

native-run is written entirely in TypeScript/NodeJS, so there are no native dependencies.

To install, run:

npm install -g native-run

📝 Requires NodeJS 10+

Usage

native-run <platform> [options]

See the help documentation with the --help flag.

native-run --help
native-run ios --help
native-run android --help

Troubleshooting

Much more information can be printed to the screen with the --verbose flag.

About

Utility for running native binaries on iOS and Android devices and simulators/emulators

Resources

License

Packages

No packages published
You can’t perform that action at this time.