Skip to content

Commit

Permalink
remove .jar files from repository
Browse files Browse the repository at this point in the history
  • Loading branch information
fm-sys committed Oct 28, 2022
1 parent 994ff4f commit 84c156f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
.externalNativeBuild
/*.fit
/*.csv
/app/libs/*.jar
/.idea
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Android App to export GPX and FIT to garmin devices

## HOWTO Develop
* create directory app/libs
* copy fit.jar from the Garmin FitSDK to app/libs
* copy fit.jar from the [Garmin FitSDK](https://developer.garmin.com/fit/download/) to app/libs
* Download the [Connect IQ Mobile SDK (Android BLE/ADB)](https://developer.garmin.com/connect-iq/sdk/), open the .aar archive and copy the classes.jar file to app/libs
* Android Studio -> Settings -> System Settings -> Android SDK -> "SDK Tools" Tab -> Check "Support Repository/Constraint Layout"
* start TestServer.main() (this fires up the webserver on localhost)
* develop with the ConnectIQ simulator (connects to the webserver on localhost)
Expand Down
Binary file removed app/libs/connectiq.jar
Binary file not shown.
Binary file removed app/libs/fit.jar
Binary file not shown.

0 comments on commit 84c156f

Please sign in to comment.