Android AR integration with our custom application
A
Aravindh Ravindran
started a topic
over 9 years ago
Android AR integration with our custom application
1 Comment
A
Aravindh Ravindran
said
over 9 years ago
Hi,
We are integrated the HelloImageRecognition Android project as a library with our custom application, which has other functionalities in addition to AR. This means our project in package com.acme.test calls the activity PhonegapSampleActivity in the package com.wikitude.phonegap.We are getting forced closing of the application, once the camera is opened.
The sample wikitude application is working fine. But we are getting this issue only when we are trying to integrate the custom app with sample wikitude app.
Below is the code snippet to call phonegap
Intent intent = new Intent(MyMainActivity.this, com.wikitude.phonegap.PhonegapSampleActivity.class);
MyMainActivity.this.startActivity(intent);
I have tried including the asests(www and world) in both source and in server. Both results the same. Kindly let us know the solution. Thanks in Advance.
Aravindh Ravindran