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
Copy file name to clipboardExpand all lines: README.md
+15-23
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
1
Tutorial Samples
2
2
================
3
3
A set of samples to illustrate Vulkan API on Android with Android Studio
4
-
To build on windows for tutorial02/03, copy/install ndk-r12 ( or better ) to a directory close to root dir ( c: ) to workaround command path 260 character limit issue;see totorial02/03's build.gradle for details. To Build samples:
4
+
To build on windows for tutorial02/03, copy/install ndk-r12 ( or better ) to a directory close to root dir ( C: ) to workaround command path 260 character limit issue;see tutorial02/03's build.gradle for details. To Build samples:
5
5
- Inside Andriod, menu File --> New --> Import Project
6
6
- Find your sample's build.gradle and open it
7
7
This will force andrioid studio to create local.properties file to config your SDK and NDK location; if you see error during importing, open local.properties file and correct the NDK and SDK location, then re-sync.
8
8
9
-
10
9
Other Resources:
11
10
Additional Android Studio/NDK samples:
12
11
-[Android Vulkan API Basic Samples](https://github.com/googlesamples/vulkan-basic-samples)
0 commit comments