https://github.com/realstandal/android-things-cordova-embedded
Android Things application with the Cordova framework embedded.
https://github.com/realstandal/android-things-cordova-embedded
android android-things android-things-cordova cordova cordova-android
Last synced: 28 days ago
JSON representation
Android Things application with the Cordova framework embedded.
- Host: GitHub
- URL: https://github.com/realstandal/android-things-cordova-embedded
- Owner: realStandal
- Created: 2019-06-09T22:05:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-09T23:15:10.000Z (almost 7 years ago)
- Last Synced: 2025-10-11T14:39:08.911Z (8 months ago)
- Topics: android, android-things, android-things-cordova, cordova, cordova-android
- Language: Java
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Things: Cordova Embedded
This repository is a fork of [Android-Cordova-Embedded](https://github.com/Cezear/android-cordova-embedded) that has been configured to run on [Android Things](https://developer.android.com/things) devices.
## What has changed?
The most surprising new addition is the Android Things dependency, which has been added to `build.gradle (Module: app)` and configured in the `AndroidManifest.xml` to not be required so that the application can be quickly deployed on emulators.
Also within the `build.gradle (Module: app)` configuration `minSdkVersion` has been increased to 25 to meet Android Things compliances; the application will attempt to use version 28 for compiling and 29 for build tools.
## Android Things platform differences
Android Things was designed to be as cross-compatible as possible with the original Android OS; so this means that most plugins offered with Cordova will work on Android Things. This [plugin status](https://github.com/intel-iot-devkit/android-things-cordova/blob/master/plugins_status.md) page provided by Intel IoT provides an (I assume) up-to-date record on the plugins that do and do not work on the platform.