Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muntashirakon/svg-android
SVG parsing and rendering for Android. Imported from http://code.google.com/p/svg-android/
https://github.com/muntashirakon/svg-android
Last synced: 30 days ago
JSON representation
SVG parsing and rendering for Android. Imported from http://code.google.com/p/svg-android/
- Host: GitHub
- URL: https://github.com/muntashirakon/svg-android
- Owner: MuntashirAkon
- Created: 2023-06-02T08:25:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-02T08:28:29.000Z (over 1 year ago)
- Last Synced: 2024-11-27T17:23:39.092Z (about 1 month ago)
- Language: Java
- Size: 174 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
S V G F O R A N D R O I D
=============================See NOTICE for license.
Requires the Android SDK and Apache Ant installed to compile.
-- JAR File --
The jar file svg-android.jar is already built and ready for use. Just add to the "libs" directory of your project.
-- BUILD A New Jar File --
Create a file in this directory called 'local.properties' with the single line:
sdk.dir=PATH/TO/ANDROID_SDK
(Replace "PATH/TO/ANDROID_SDK" with the actual path to your Android SDK install).
To build the jar file, run:
ant jar
(Note, Android platform level 4 (Android 1.1) must be present in your Android SDK to build the jar. Alternatively you can edit build.xml, replacing the string "android-4" with "android-7" or whatever other platform level you want to build against.)
-- LIBRARY Project --
To include svgandroid as a library project in your own Android project, see here:
http://developer.android.com/guide/developing/projects/projects-cmdline.html#ReferencingLibraryProject