Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atsushieno/xamarin-android-apitools
(it is expected to be) hacky Xamarin.Android API utility tools
https://github.com/atsushieno/xamarin-android-apitools
android xamarin xwt
Last synced: 6 days ago
JSON representation
(it is expected to be) hacky Xamarin.Android API utility tools
- Host: GitHub
- URL: https://github.com/atsushieno/xamarin-android-apitools
- Owner: atsushieno
- License: mit
- Created: 2016-12-09T16:30:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T18:39:00.000Z (about 7 years ago)
- Last Synced: 2024-11-09T20:20:26.083Z (2 months ago)
- Topics: android, xamarin, xwt
- Language: C#
- Size: 2.56 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is this?
Hacky Xamarin.Android Java class browser.
Unlike other ordinal Java class browsers, you can pick either of:
- Jar
- Aar
- Java Binding DLL
- API description XML (either from class-parse output or api-xml-adjuster)So far you'll have to specify these environment variables to run this:
- ANDROID_SDK_PATH: path to your Android SDK. Typically `~/android-sdk-(os)`.
- MONO_ANDROID_PATH: path to your Xamarin.Android setup, namely parent of
`lib/xamarin.android/xbuild-frameworks/MonoAndroid`.
- if you are using xamarin-android OSS, it will be `bin/Debug`.