I exported the project from unity 4D to Android project but when i run it iget this error
Unable to execute dex: Multiple dex files define Lcom/qualcomm/QCARUnityPlayer/BuildConfig; Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/qualcomm/QCARUnityPlayer/BuildConfig;
I did change the Project -> properties to include the Android 4.2.2 and Android Dependencies but i still not able to run it
The reason is the exported project (from Unity) has the same package name "com.qualcomm/QCARUnityPlayer" as one defined in QCARUnityPlayer.jar.
Please take the steps as I did it successfully.
1) Create your activity that extends QCARPlayerNativeActivity
2) Modify AndroidManifest.xml
3) Clean and Build, then enjoy.
Reference: https://developer.vuforia.com/resources/dev-guide/extending-unity-android-activity-and-adding-custom-views-eclipse