Android app for rdzTTGOsonde
 
 
 
 
Go to file
Hansi, dl9rdz 32ccd026b8 vsavg, +landing info 2021-01-26 14:19:52 +01:00
res vsavg, +landing info 2021-01-26 14:19:52 +01:00
www vsavg, +landing info 2021-01-26 14:19:52 +01:00
.gitignore Initial commit 2021-01-24 10:06:29 +01:00
LICENSE Initial commit 2021-01-24 10:06:29 +01:00
LICENSE-EasyButton minor things added 2021-01-25 19:27:50 +01:00
LICENSE-Leaflet initial version 2021-01-24 10:16:08 +01:00
README.md Update README.md 2021-01-24 21:52:01 +01:00
config.xml vsavg, +landing info 2021-01-26 14:19:52 +01:00
package.json minor things added 2021-01-25 19:27:50 +01:00

README.md

rdzwx-go

Just some simple test code for my first Kotlin code in rdzwx-plugin

How to compile and run

  • Install Android Studio

    In Preferences: Appearance&Behaviour > System Settings > Android SDK

    SDK Platforms: select some relevant platform (I used API level 29)

    SDK Tools: I selected Build-Tools, NDK, SDK command line, emulator, SDKK platform tools (maybe not all necessary)

  • export ANDROID_SDK_ROOT=/Users/me/Library/Android/sdk

    Use path shown in Android Studio preferences as "Android SDK Location"!

  • Install node.js (after that you should be able to run "node" and "npm" on your command line)

  • Install Cordova (used version 9.0.0): sudo npm install -g cordova

  • clone the git repository (git clone https://github.com/dl9rdz/rdzwx-go.git)

  • cd rdzwx-go; cordova platform add android

  • cordova build to build debug apk

  • cordova build --release to build releaes apk

  • cordova run android to upload apk via usb to phone