Android vuforia plugin

Hello!

I would like some guide lines on an issue that i have because i am really stuck here…

I have a working unity AR project using vuforia packages. I also have a working android project using Eclipse.

Now i want to make these two projects to communicate. I’ve read a lot of things on how to proceed to such a thing.

My first approach was to use the Staging Area that Unity creates when it builds the project and import it in Eclipse and apply it as a Library project. Then, copy the required files and directories to the android project, copy the .jars required and include the library project. Everything was setup right and the application run from Eclipse successfully. But when i tried to go a step further and call my android activity from unity i was getting errors.

My second approach was to export the android project as a jar file and import it in Unity. I created the jar using Eclipse export feature and copied it under /assets/plugins/Android/gr/project/plugin.jar. I build the application and it crashes immediately after it starts.

Can someone point me in the right direction(maybe what am i missing during the setup process or what exactly is needed to be right) for both approaches?

I am a little bit confused as i am now learning to create android plugins for AR application so excuse me if i don’t describe things very well.

Looking forward to your replies/advice.

PS: i can post my code also if it helps…

Maybe this will help you.
http://blog.appjigger.com/unity2eclipse-and-vuforia/

Thank you for replying but as i said i’ ve done a lot of reading. That includes the link you posted.

Do you have any other ideas on how to proceed with the setup of the second approach? I mean what are the correct steps to import the jar in unity project and that includes the changes that needs to be made to manifest etc.

Every search i do ends up with more questions and incomplete answers on that issue.

Open below link and fix your debut regarding Android vuforia plugin it Maybe helpful to you. create unity vuforia android plugin