We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package name GeographicLib
Package URL https://geographiclib.sourceforge.io/
Package source location https://sourceforge.net/projects/geographiclib/files/distrib/GeographicLib-1.50.1.tar.gz
The text was updated successfully, but these errors were encountered:
@brunotl In the meantime there is feature that was created microsoft/vcpkg#10271. You can build the archive yourself. Its easy
export ANDROID_NDK_HOME="/Library/Android/sdk/ndk/<version>" ./vcpkg install GeographicLib --triplet x86-android ./vcpkg install GeographicLib --triplet x64-android ./vcpkg install GeographicLib --triplet arm-android ./vcpkg install GeographicLib --triplet arm64-android ./vcpkg export GeographicLib --triplet x86-android --prefab
The resulting pom
<groupId>com.vcpkg.ndk.support</groupId> <artifactId>geographiclib</artifactId> <version>1.47-patch1-10</version>
or Gradle
implementation "com.vcpkg.ndk.support:geographiclib:1.47-patch1-10"
Sorry, something went wrong.
This package had been publish to my maven repository hosted on github https://github.com/leleliu008/ndk-pkg-prefab-aar-maven-repo
You’re welcome to give it a try.
It was built with android-21 API level.
android-21
It provides arm64-v8a armeabi-v7a x86_64 x86 four abis.
arm64-v8a
armeabi-v7a
x86_64
x86
It includes both static and shared libraries.
If it doesn't meet your needs, you could try to mannully build it with ndk-pkg, you could use it via GitHub Actions https://github.com/leleliu008/ndk-pkg-package-manually-build
No branches or pull requests
Package name
GeographicLib
Package URL
https://geographiclib.sourceforge.io/
Package source location
https://sourceforge.net/projects/geographiclib/files/distrib/GeographicLib-1.50.1.tar.gz
The text was updated successfully, but these errors were encountered: