How to use this Lib ?

Asked by Atif Musaddaq

I am totally new to android and facing the same problem to display SVG on my mobile device. I am using Samsung Galaxy S i9000 with android 2.1. I would like to display any SVG image in it. Please let me know how i can display it in my device and how i can use this Lib for it. I have absolutely no idea how to use it. Is there any apk ? please help me and consider me beginner and new to android.

Question information

Language:
Russian (Russian Federation) Edit question
Status:
Answered
For:
libsvg-android Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
pltxtra (pltxtra) said :
#1

Hi,

sorry for not replying sooner - I have been unreachable for a few weeks. If
you have not already done so; please read up on how to create NDK based
applications.

To use libsvg-android you need to download the SDK, and the Crystax version
of the NDK: http://www.crystax.net/android/ndk-r4.php

<http://www.crystax.net/android/ndk-r4.php>You are also required to install
Bazaar: http://bazaar.canonical.com/en/
(You need to create a branch of the libsvg-android development tree..)

(example using commandline tools)
if you are using Linux as your development host; create a directory (for
example ANDROID):
# mkdir ANDROID

then download the Android SDK, and the crystax Android NDK and install into
that directory.
(you should have a directory called ANDROID/android-ndk-r4-crystax and one
called ANDROID/android-sdk-linux_86)

to create a clone of the libsvg-android source tree:
# bzr branch lp:libsvg-android

(you should now have a directory called ANDROID/libsvg-android)

then enter the libsvg-android directory:
# cd libsvg-android

then it's time to build a debu-APK:
# ./BuildAPK.sh

then the APK is located ANDROID/libsvg-android/bin/libsvg_android-debug.apk

The example application source is in
ANDROID/libsvg-android/src/com/toolkits/libsvgandroid/

  Best Regards
     Anton

then download the Android SDK, and the crystax Android NDK and install into
that directory.

On Mon, Oct 4, 2010 at 7:38 PM, Atif Musaddaq <
<email address hidden>> wrote:

> New question #127924 on libsvg-android:
> https://answers.launchpad.net/libsvg-android/+question/127924
>
> I am totally new to android and facing the same problem to display SVG on
> my mobile device. I am using Samsung Galaxy S i9000 with android 2.1. I
> would like to display any SVG image in it. Please let me know how i can
> display it in my device and how i can use this Lib for it. I have absolutely
> no idea how to use it. Is there any apk ? please help me and consider me
> beginner and new to android.
>
> --
> You received this question notification because you are an answer
> contact for libsvg-android.
>

Revision history for this message
Atif Musaddaq (atif-musaddaq) said :
#2

thanks alot i will try it and will give u the feedback.

On Tue, Oct 19, 2010 at 12:09 AM, pltxtra <
<email address hidden>> wrote:

> Your question #127924 on libsvg-android changed:
> https://answers.launchpad.net/libsvg-android/+question/127924
>
> Status: Open => Answered
>
> pltxtra proposed the following answer:
> Hi,
>
> sorry for not replying sooner - I have been unreachable for a few weeks. If
> you have not already done so; please read up on how to create NDK based
> applications.
>
> To use libsvg-android you need to download the SDK, and the Crystax version
> of the NDK: http://www.crystax.net/android/ndk-r4.php
>
> <http://www.crystax.net/android/ndk-r4.php>You are also required to
> install
> Bazaar: http://bazaar.canonical.com/en/
> (You need to create a branch of the libsvg-android development tree..)
>
> (example using commandline tools)
> if you are using Linux as your development host; create a directory (for
> example ANDROID):
> # mkdir ANDROID
>
> then download the Android SDK, and the crystax Android NDK and install into
> that directory.
> (you should have a directory called ANDROID/android-ndk-r4-crystax and one
> called ANDROID/android-sdk-linux_86)
>
> to create a clone of the libsvg-android source tree:
> # bzr branch lp:libsvg-android
>
> (you should now have a directory called ANDROID/libsvg-android)
>
> then enter the libsvg-android directory:
> # cd libsvg-android
>
> then it's time to build a debu-APK:
> # ./BuildAPK.sh
>
> then the APK is located ANDROID/libsvg-android/bin/libsvg_android-
> debug.apk
>
> The example application source is in
> ANDROID/libsvg-android/src/com/toolkits/libsvgandroid/
>
> Best Regards
> Anton
>
>
> then download the Android SDK, and the crystax Android NDK and install into
> that directory.
>
> On Mon, Oct 4, 2010 at 7:38 PM, Atif Musaddaq <
> <email address hidden>> wrote:
>
> > New question #127924 on libsvg-android:
> > https://answers.launchpad.net/libsvg-android/+question/127924
> >
> > I am totally new to android and facing the same problem to display SVG on
> > my mobile device. I am using Samsung Galaxy S i9000 with android 2.1. I
> > would like to display any SVG image in it. Please let me know how i can
> > display it in my device and how i can use this Lib for it. I have
> absolutely
> > no idea how to use it. Is there any apk ? please help me and consider me
> > beginner and new to android.
> >
> > --
> > You received this question notification because you are an answer
> > contact for libsvg-android.
> >
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/libsvg-android/+question/127924/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/libsvg-android/+question/127924
>
> You received this question notification because you are a direct
> subscriber of the question.
>

--
Atif Musaddaq
Master in Media Informatics,
RWTH Aachen & University of Bonn,
Germany.
<email address hidden>

Revision history for this message
pltxtra (pltxtra) said :
#3

Hope it worked all right.

Please note - libsvg-android is released under the GPLv3 license. That
requires that your application is released in source code form as well to
all users of your applicaiton...

   Regards
     Anton

On Tue, Oct 19, 2010 at 12:54 PM, Atif Musaddaq <
<email address hidden>> wrote:

> Question #127924 on libsvg-android changed:
> https://answers.launchpad.net/libsvg-android/+question/127924
>
> Status: Answered => Open
>
> Atif Musaddaq is still having a problem:
> thanks alot i will try it and will give u the feedback.
>
> On Tue, Oct 19, 2010 at 12:09 AM, pltxtra <
> <email address hidden>> wrote:
>
> > Your question #127924 on libsvg-android changed:
> > https://answers.launchpad.net/libsvg-android/+question/127924
> >
> > Status: Open => Answered
> >
> > pltxtra proposed the following answer:
> > Hi,
> >
> > sorry for not replying sooner - I have been unreachable for a few weeks.
> If
> > you have not already done so; please read up on how to create NDK based
> > applications.
> >
> > To use libsvg-android you need to download the SDK, and the Crystax
> version
> > of the NDK: http://www.crystax.net/android/ndk-r4.php
> >
> > <http://www.crystax.net/android/ndk-r4.php>You are also required to
> > install
> > Bazaar: http://bazaar.canonical.com/en/
> > (You need to create a branch of the libsvg-android development tree..)
> >
> > (example using commandline tools)
> > if you are using Linux as your development host; create a directory (for
> > example ANDROID):
> > # mkdir ANDROID
> >
> > then download the Android SDK, and the crystax Android NDK and install
> into
> > that directory.
> > (you should have a directory called ANDROID/android-ndk-r4-crystax and
> one
> > called ANDROID/android-sdk-linux_86)
> >
> > to create a clone of the libsvg-android source tree:
> > # bzr branch lp:libsvg-android
> >
> > (you should now have a directory called ANDROID/libsvg-android)
> >
> > then enter the libsvg-android directory:
> > # cd libsvg-android
> >
> > then it's time to build a debu-APK:
> > # ./BuildAPK.sh
> >
> > then the APK is located ANDROID/libsvg-android/bin/libsvg_android-
> > debug.apk
> >
> > The example application source is in
> > ANDROID/libsvg-android/src/com/toolkits/libsvgandroid/
> >
> > Best Regards
> > Anton
> >
> >
> > then download the Android SDK, and the crystax Android NDK and install
> into
> > that directory.
> >
> > On Mon, Oct 4, 2010 at 7:38 PM, Atif Musaddaq <
> > <email address hidden>> wrote:
> >
> > > New question #127924 on libsvg-android:
> > > https://answers.launchpad.net/libsvg-android/+question/127924
> > >
> > > I am totally new to android and facing the same problem to display SVG
> on
> > > my mobile device. I am using Samsung Galaxy S i9000 with android 2.1. I
> > > would like to display any SVG image in it. Please let me know how i can
> > > display it in my device and how i can use this Lib for it. I have
> > absolutely
> > > no idea how to use it. Is there any apk ? please help me and consider
> me
> > > beginner and new to android.
> > >
> > > --
> > > You received this question notification because you are an answer
> > > contact for libsvg-android.
> > >
> >
> > --
> > If this answers your question, please go to the following page to let us
> > know that it is solved:
> >
> >
> https://answers.launchpad.net/libsvg-android/+question/127924/+confirm?answer_id=0
> >
> > If you still need help, you can reply to this email or go to the
> > following page to enter your feedback:
> > https://answers.launchpad.net/libsvg-android/+question/127924
> >
> > You received this question notification because you are a direct
> > subscriber of the question.
> >
>
>
> --
> Atif Musaddaq
> Master in Media Informatics,
> RWTH Aachen & University of Bonn,
> Germany.
> <email address hidden>
>
> You received this question notification because you are an answer
> contact for libsvg-android.
>

Can you help with this problem?

Provide an answer of your own, or ask Atif Musaddaq for more information if necessary.

To post a message you must log in.