- Home /
Android Application Builds Properly in Android 7.0 but not 6.0?
I am in the works of creating a VR application that needs to run on Android Marshmellow (6.0.1). I currently have the most up-to-date SDK (API 27) and I installed the SDKs for Android KitKat (4.4) and up. Whenever I "build and run" the application on my Android 6.0.1 device, it does not work. The app does not have the stereo view, and I cannot tilt the phone for movement nor can I interact with anything.
However, whenever I "build and run" the application on a 7.0 device, it works perfectly fine. The stereo view works and I can move and interact. I do not get any errors when trying to build to either device. I am using a minimum API level of 4.4 KitKat, and a Target API level of Automatic (highest installed). If I set the target API level to 6.0 Marshmellow, I then get errors and it won't even let me build the application.
Any idea what could be going wrong?
Your answer

Follow this Question
Related Questions
Error Building Player: Win32Exception. No solution works 1 Answer
Error building Player: CommandInvokationFailure: Failed to re-package resources 3 Answers
[SOLVED] Unable to merge android manifests error while trying to build a Gear VR project 1 Answer
D8: Program type already present: com.facebook.unity.Constants 2 Answers