Application crashes on start - HTC M8s running Android 6.0.1
I'm building an AR application for Android, which used to work fine. I use Vuforia and its implemented Google Cardboard support settings. I have tested on two phones so far; my own HTC One M8s (first running Lollypop 5.x) and a friends' OnePlus One.
I'm not sure if it has anything to do with the recent update to Android 6.0, but every time I build and run to my Android device, it crashes on start.
Here's what I've done so far:
In Build Settings: I have tried building for 4.x, 5.x and 6.x
Updated Android SDK to support API Level 23
Started from scratch with a new project, but no single app will start
In the file AndroidManifest.xml I have made sure this piece of code was it there:
" < uses-sdk android:minSdkVersion="14" android:targetSdkVersion="22" /> "
I did this because in my quest for the truth I encountered a lot of forum posts about Permissions and because nothing ventured, nothing gained
Have also tried changing the above targetSdkVersion to 23, but to no avail
I logcatted the entire thing and I think I captured all that was needed right here
Your answer
Follow this Question
Related Questions
How freezing AR Camera when hitting an Object 0 Answers
My game crashes with the following logs,Please help me out. 0 Answers
Android re-package error - CommandInvokationFailure 0 Answers
Create Custom Layout in android studio imported Unity project 0 Answers
Unity 2019.2 can't locate ndk or use ndk 0 Answers