`android:version` isn't a key for uses-feature
mb64 opened this issue · 2 comments
mb64 commented
Compiling the advanced
example, it complains that attribute android:version
isn't found. This agrees with the docs.
The next question I have is why didn't CircleCI get this? This seems like it should've been caught by the tests.
philip-alldredge commented
In some cases android:version
is an attribute for uses-feature
. Look in the section regarding android.hardware.vulkan.compute
. The top part of the documentation is confusing and incomplete.
mb64 commented
My bad – I was trying to compile for SDK 21 (those were just the tools I had downloaded), while Vulkan was added in SDK 24.