We have published the project on github. Please see: Android IzyQuery
cordova requirements
You will require:
1. "SDK Platform" for API level android-262. "Android SDK Platform-tools (latest)
3. "Android SDK Build-tools" (latest) Then do: ~/Library/Android/sdk/tools/bin/sdkmanager "platforms;android-26"~/Library/Android/sdk/tools/bin/sdkmanager --list
cordova build; cordova emulate android;
- Enable USB debugging mode
- When you connect the phone you will see:Allow USB Debugging?
This computers RSA fingerprint is ....
- Just say Yes
Install the app by:
adb install app-debug.apk
AndroidStudioProjects/MyApplicatio... file pushed. 3.3 MB/s (1547866 bytes in 0.451s)
pkg: /data/local/tmp/app-debug.apkSuccess
Then
adb shell am start -a android.intent.action.MAIN -n PACKAGE_NAME/.MainWindow
This will launch the app window. notice that PACKAGE_NAME will be the package
attribute in the AndroidManifest.xml
file.
Android IzyQuery: https://github.com/izyware/android.izyquery
cordova build: https://cordova.apache.org/docs/en/latest/guide/platforms/android/