hgani / glib-android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linking to this library in your project

  • NOTE: The method below doesn't seem to work on WSL anymore. Use this library as a git submodule instead.
  • Clone this repository on the same directory level as your project. If your project is located in ~/workspace, put this library in ~/workspace too.
  • Make a link to the modules that your project uses (e.g. glib-core) in the project's root directory. See below:

Linux

  • ln -s ../glib-android/glib-core glib-core
  • ln -s ../glib-android/glib-map glib-map
  • ln -s ../glib-android/glib-camera glib-camera

Windows

Check jitpack status

Configure network security

About

License:Apache License 2.0


Languages

Language:Kotlin 92.0%Language:Java 8.0%