↧
Answer by vikramaditya234 for Android project missing CMake license
I faced the same problem and I solved it by installing CMake directly (I couldn't license transfer from Windows to UNIX build machine).Here is the command to install using sdkmanager :sdkmanager...
View ArticleAnswer by IgorGanapolsky for Android project missing CMake license
Here is the solution. The issue was with the license files in the $sdk/licenses directory. To resolve:delete the $sdk/licenses directory on CI machinerecreate the $sdk/licenses directory on CI machine...
View ArticleAndroid project missing CMake license
I have installed the following SDK components on my CI machine via commandline:tools_r25.2.3-macosxandroid-ndk-r13b-darwin-x86_64platform-tools,tools,...
View Article