Open gvsharma opened 7 years ago
What do you mean by not running? Can you describe the behaviour you are getting in more detail?
it sounds like it is missing camera permission, I recall the examples were compiled against something pre-marshmallow, but if the targetSDK has changed I don't thin dynamic permission requests have been added.
Can you verify if the app has permission to access the camera?
i checked..there is no code for runtime permissions However the third sample from the same project is working as expected..?strange..
maybe it has a different compileSDK, so, you can check if enabling the camera permission in settings makes it work.
Hi..Thanks for the project. I downloaded the projects and all the three samples are compiled fine but 'ArJcptSample' and 'CubeSample' are not running in my mobile. Where am i wrong?