Project build error in Android Studio
See original GitHub issueDescription
Empty project build error:
..\ArmorySDK\Kha\Backends\KoreHL\KoreC\vertexbuffer.cpp:43: error: undefined reference to 'Kore::Graphics4::VertexBuffer::stride()'
System Blender: 2.83.5 Armory: git, master (9ad68b5) OS: Windows 10 64-bit Graphics card: NVIDIA GeForce 930M
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Failed to build project with Android studio - Stack Overflow
File->Other Settings->Default Project Structure · Under Project Settings: Project, set Project SDK as Android SDK. · Click Edit button · For Android SDK,...
Read more >Known issues with Android Studio and Android Gradle Plugin
Known issues with Android Studio and Android Gradle Plugin · Error when rendering Compose Preview · Error when using different passwords for key...
Read more >Different Ways to fix "Error running android: Gradle project ...
Method 1: Restarting your project using Invalidate Caches and Restart option · Method 2: Sync your project with Gradle files · Method 3:...
Read more >Why does a build fail in Android Studio even if I don't ... - Quora
There are several causes for gradle build fail in Android studio. Few reasons might be: * Dependencies added * Importing the project from...
Read more >Android Studio unable to build any projects in SDK...
After this the project could sync gradle stuff but compilation fails after passing the build of the native lib on: Execution failed for...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
HL compile fixed via https://github.com/Kode/Kha/pull/1251, and Krom crashes should also be resolved now via https://github.com/Kode/Kinc/pull/560. I have also updated https://github.com/armory3d/armsdk to point to the latest Kha, Kinc and Krom.
Build and running =)