mandagod

Results 5 comments of mandagod

Can't work; Plugin [id: 'net.bytebuddy.byte-buddy-gradle-plugin'] was not found in any of the following sources: * Try: > Run with --stacktrace option to get the stack trace. > Run with --info...

Fix the issue: find_package(Adb 1.0.39 REQUIRED) update to find_package(adb 1.0.39 REQUIRED), case sensitive.

Another issue is: shader files are not automatically packaged in APK. For example can't find the triangle.vert

> Shader files are packaged as part of the apk build process. What sample does fail? BUILD SUCCESSFULLY. But None of the shader files are packaged into the apk.

> Did you sync the files as noted in https://github.com/KhronosGroup/Vulkan-Samples/blob/main/docs/build.adoc#3d-models? Fine, it will fix issue. Thx