Ralith / openxrs

OpenXR bindings for Rust
Apache License 2.0
282 stars 59 forks source link

Error: no resource identifier for Xxx #178

Open kvark opened 1 month ago

kvark commented 1 month ago

Running cargo apk --example vulkan-android

AndroidManifest.xml:1: error: No resource identifier found for attribute 'versionCode' in package 'android'
AndroidManifest.xml:1: error: No resource identifier found for attribute 'versionName' in package 'android'
AndroidManifest.xml:1: error: No resource identifier found for attribute 'minSdkVersion' in package 'android'
AndroidManifest.xml:1: error: No resource identifier found for attribute 'targetSdkVersion' in package 'android'
AndroidManifest.xml:1: error: No resource identifier found for attribute 'debuggable' in package 'android'
AndroidManifest.xml:1: error: No resource identifier found for attribute 'hasCode' in package 'android'
AndroidManifest.xml:1: error: No resource identifier found for attribute 'configChanges' in package 'android'
AndroidManifest.xml:1: error: No resource identifier found for attribute 'launchMode' in package 'android'
AndroidManifest.xml:1: error: No resource identifier found for attribute 'screenOrientation' in package 'android'
AndroidManifest.xml:1: error: No resource identifier found for attribute 'exported' in package 'android'
AndroidManifest.xml:1: error: No resource identifier found for attribute 'resizeableActivity' in package 'android'
AndroidManifest.xml:1: error: No resource identifier found for attribute 'value' in package 'android'

Error: Command `C:\\Portables\\android-sdk\\build-tools\\30.0.3\\aapt.exe package -f -F C:\\Code\\openxrs\\target\\debug\\apk\\examples\\vulkan-android-unaligned.apk -M AndroidManifest.xml -I C:\\Portables\\android-sdk\\platforms\\android-35\\android.jar -0 ` had a non-zero exit code.
Ralith commented 1 month ago

I don't have much clue how the android stuff works, unfortunately.