Bump - any thoughts on this?
On Aug 6, 12:48 pm, jhoffman <[email protected]> wrote:
> One other thing I forgot to mention, I checked a few of the strategies
> posted on Android-Developers in similar threads, but unfortunately
> none of them have worked for me :(
>
> Solutions tried so far were:
> Restarting Eclipse
> Performing a 'Clean'
> Performing a 'Fix Project Properties'
> Performing a 'Refresh'
> Messing with the project properties manually (not 100% sure I did this
> one right)
>
> On Aug 6, 12:40 pm, Josh Hoffman <[email protected]> wrote:
>
> > Hello everyone, thanks for reading!
>
> > I'm having an issue calling methods from the OpenIntents FileManager
> > class. What I am trying to do is set up my app to open up files of a
> > specific format based on receiving an intent from a program like the
> > OI FileManager. I have set up the intents/filters such that the OI app
> > will launch my app on the emulator, but I instantly crash with:
>
> > 08-06 19:18:12.362: ERROR/dalvikvm(960): Could not find method
> > org.openintents.filemanager.util.FileUtils.getFile, referenced from
> > method edwardslab.util.MobileMetagenomics.onCreate
>
> > I have successfully referenced other parts of the OI FileManager
> > project without crash issues, i.e.
> > Intent intent = new Intent(FileManagerIntents.ACTION_PICK_FILE);
> > to do the reverse of what I am working on now (launch the OI file
> > manager from within my own app).
>
> > Am I missing something here? It seems like Eclipse doesn't know that I
> > want to use a few of the Public Static methods from the OI class; but
> > I'm confused as to why it has no trouble with one of the packages from
> > the OI project while a different one works totally fine.
>
> > Thank you very much for your help
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---