You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered: