/cordova-android-file-tester

A simple test repo for the android file input

Primary LanguageHTML

Cordova Android File Tester

This is a simple Cordova Android app that allows you to test file operations on an Android device.

Installation

Clone this repository and install the dependencies:

npm install

Then run the following command to add the Android platform:

npm run android-install

Then launch the app by running

npm run android

If you need to rebuild you can run this command which will re-install everything and give you a fresh build:

npm run android-refresh

License

This project is licensed under the MIT License