LunarG / vktrace

Vulkan vktrace / vkreplay
Other
6 stars 8 forks source link

build_vktracereplay.bat does not work #19

Open digish opened 6 years ago

digish commented 6 years ago
call android update project -s -p . -t "android-23" exit /b 1 line throws below error The "android" command is deprecated.

Invalid or unsupported command "update project -s -p . -t "android-23""

if i comment above command and try call ant -buildfile vkreplay debug
command it throws below error What? Buildfile: vkreplay is a dir! Build failed

please note I am using latest android SDK and NDK