Hi Jack,
Thank you very much for your quick response.
I am developing android application in windows platform with Eclipse
editor.
Android-ndk available for windows platform. So can we develop the jni
code in windows platform (eclipse editor)?
-tsbabu.
On Oct 15, 6:17 pm, Jack Palevich <
jack...@google.com> wrote:
> D'Oh, I think I should have said:
> + Learn how the Android permission system works. Starting with the Android
> 1.6 SDK, your apk has to have this permission in its manifest in order to be
> able to write to the SD card:
>
> uses-permission
> android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
>
>
>
> On Thu, Oct 15, 2009 at 6:14 AM, Jack Palevich <
jack...@google.com> wrote:
> > Sorry that everything is so confusing. Windows development is unfortunately
> > different than Android development. (Android development is pretty similar
> > to Unix/Linux development.)
> > Some suggestions:
>
> > + Learn the standard Linux routines for file i/o. Do a web search for
> > "fopen" or "stdio".
>
> > + Learn how JNI works. The Android implementation of JNI is very similar
> > to the standard Java implementation, so you can use the documentation for
> > the standard version to learn how to use the Android version.
>
> > + Learn how the NDK works. There are documents and sample code in the NDK.
>
> > On Wed, Oct 14, 2009 at 11:31 PM, Sureshbabu <
sureshbabu.th...@gmail.com>wrote:
>
> >> Hello All,
>
> >> I am new to this android platform. Can i get some information on
> >> developing JNI code (file read/write)?
>
> >> I am using windows OS for development (eclipse).
>
> >> How to develope JNI and how to use it in android java application?
>
> >> Anyone can help on this.
>
> >> In advance Thanks Much.
>
> >> -tsbabu.
>
> >> On Sep 4, 5:43 am, James SDC <
hanzon...@gmail.com> wrote:
> >> > Hi Lei Yu,
>
> >> > Yes, it is working now to me. I have tried both fopen() and open(),
> >> > and they all are working to me on both the emulator and the phone.
> >> > Thanks for all of you to help me out.
>
> >> > Best Regards,
> >> > James.- Hide quoted text -
>
> - Show quoted text -