HalfdanJ / ofxARCore

Experimental addon for openFrameworks to use ARCore on Android devices
Apache License 2.0
182 stars 29 forks source link

i can not build apk using this source code #4

Closed runningman8 closed 6 years ago

runningman8 commented 7 years ago

i can not build apk using this source code can u build an apk and upload?

Cyber-Rabbit commented 6 years ago

Yes, a demo APK would be soo good

ChengZhang1213 commented 6 years ago

I successfully built this project ,you can find the apk from this url notice: when i compile this project , i met the problem: ofxAndroidCheckCameraPermission() method can't find ,so when you use this apk,you must confirm the camera permission is opened.

HalfdanJ commented 6 years ago

Here is also a tutorial on how to use openFrameworks with Android: https://medium.com/energeia/getting-started-with-openframeworks-on-android-5202b92f6582

Cyber-Rabbit commented 6 years ago

Thank you both ChengZhang1213 and HalfdanJ!!!

I downloaded and install the apk, it works but it crashes as soon as I open it. How can I confirm the camera permission is opnened?

ChengZhang1213 commented 6 years ago

@Cyber-Rabbit if your android device is Google Pixel, you can enter settings>Apps & notifications>App info, find the AR Drawing application ,the item which name is Permissions is what you want.I think you can compile this project successfully based on the tutorial given by HalfdanJ

Cyber-Rabbit commented 6 years ago

@ChengZhang1213 thank you very much for your help. The app is runing perfectly, I will be enjoying this now ::)