Does UE4 allow one to develop an app for android 6, I have setup the SDK with android 6 installed.
At the moment you can build an app targeting up to API 22 (Lollipop 5.1) and it will run on Android 6 (API 23). But, the OBB downloader code uses the Google Play APK Expansion Library which has not been update for API 23 yet.
Chris, great just did FPS to my Nexus 9. Seems to work OK. Is there anyway to just have a APK file, no OBB? Do you have any idea when one will be able to put DM in an Android app?
Yes, in the Android Project Settings turn on the “Package game data inside .apk?” checkbox. This will embed the OBB in the APK.
By DM do you mean destructible mesh? This requires APEX which is not included on mobile and would be fairly slow.