We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3799

Summary: SDL_CreateWindow fails with SDL_WINDOW_VULKAN (libvulkan.so.1 not found)
Product: SDL Reporter: Manuel Sabogal <mfer32>
Component: videoAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: major    
Priority: P2    
Version: HG 2.1   
Hardware: All   
OS: Android (All)   

Description Manuel Sabogal 2017-09-05 22:53:03 UTC
Android NDK defines Vulkan as libvulkan.so, not libvulkan.so.1. This is causing the program to not being able to create a window using SDL_WINDOW_VULKAN.

To fix this issue just change the line http://hg.libsdl.org/SDL/file/9e33d1be5d65/src/video/android/SDL_androidvulkan.c#l53 from "libvulkan.so.1" to "libvulkan.so"
Comment 1 Sam Lantinga 2017-09-06 08:10:29 UTC
Fixed, thanks!
https://hg.libsdl.org/SDL/rev/14800ea6ff4c