# Vulkan for Android **Repository Path**: hanxingyixue/vulkan-for-android ## Basic Information - **Project Name**: Vulkan for Android - **Description**: No description available - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-13 - **Last Updated**: 2021-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vulkan for Android ## Cloning ``` git clone https://gitee.com/hanxingyixue/vulkan-for-android.git ``` ## Download asset ``` python download_assets.py ``` ## Build ### Windows ``` cmake -G "Visual Studio 14 2015 Win64" ``` ### Android Building on Android is done using the [Gradle Build Tool](https://gradle.org/). Put the ```bin``` directory of it somewhere in your path and from the root of the repository run: ``` cd android gradle assembleDebug ```