Android app for rdzTTGOsonde
 
 
 
 
Go to file
Hansi, dl9rdz 6a3af0ad76 test 2022-05-19 19:11:33 +02:00
res electron win testing 2021-06-18 20:28:20 +02:00
www test 2022-05-19 19:11:33 +02:00
.gitignore Initial commit 2021-01-24 10:06:29 +01:00
.travis.yml more travis testing 2021-06-16 22:52:12 +02: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
LICENSE-Leaflet.contextmenu update 1.0.2 - fix 0/0 pos, enhanced prediction 2021-01-29 13:20:12 +01:00
LICENSE-MousePosition added missing file 2021-02-14 14:36:48 +01:00
README.md Update README.md 2021-01-30 22:31:02 +01:00
config.xml version boost, travis test 2021-05-29 18:07:48 +02:00
my-release-key.jks.gpg more travis testing 2021-06-15 23:37:44 +02:00
package.json more travis testing 2021-06-15 22:58:59 +02:00
version.json more travis testing 2021-06-16 22:52:12 +02:00

README.md

rdzwx-go

This was just some simple test code for my first Kotlin code in rdzwx-plugin. Its now a mostly usable app, not not really well-tested. Use at your own risk :)

See https://github.com/dl9rdz/rdzwx-go/wiki for details how to use.

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