SaschaWillems / Vulkan-glTF-PBR

Physical based rendering with Vulkan using glTF 2.0 models
MIT License
979 stars 132 forks source link

Android Build Issue #4

Closed nishantdande closed 6 years ago

nishantdande commented 6 years ago

Android NDK: Found platform level in ./project.properties. Setting APP_PLATFORM to android-23.
Android NDK: WARNING: APP_PLATFORM android-23 is higher than android:minSdkVersion 19 in ./AndroidManifest.xml. NDK binaries will not be comptible with devices older than android-23. See https://android.googlesource.com/platform/ndk/+/master/docs/user/common_problems.md for more information.
Android NDK: Your APP_BUILD_SCRIPT points to an unknown file: ./jni/Android.mk
Android/Tools/android-sdk-windows/ndk-bundle/build/core/add-application.mk:101: *** Android NDK: Aborting... . Stop. Error building project!

SaschaWillems commented 6 years ago

Some Android build files were missing. Please try again.