Wednesday, July 6, 2011

[android-developers] Re: Path to META-INF/

Ok, but if a I would like work on another file in my application, what
is the path ? Because the system will not find if I set :
InputStream isEadsCert = new FileInputStream("FileName"). It misses
the path to my file, doesn't it ?

On Jul 6, 1:45 pm, Mark Murphy <mmur...@commonsware.com> wrote:
> There is no such file in an Android APK. Any code that expects there
> to be such a file needs to be modified to work with Android.
>
>
>
> On Wed, Jul 6, 2011 at 7:39 AM, Jeje <jeromemalva...@gmail.com> wrote:
> > Hi,
>
> > Please, what is the path in InputStream isEadsCert = new
> > FileInputStream("<Path-to-META-INF/MANIFEST.MF>") ?
> > Because I would like work on this file, and the system tell me there
> > is no file with this path...
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscribe@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> Android App Developer Books:http://commonsware.com/books

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment