remove extra crap from manifest
still not launching, thought this might have been why. nope Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -22,11 +22,6 @@
|
|||||||
</activity>
|
</activity>
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
[[package.metadata.android.uses_feature]]
|
|
||||||
name = "android.hardware.vulkan.level"
|
|
||||||
required = true
|
|
||||||
version = 1
|
|
||||||
|
|
||||||
<uses-feature android:name="android.hardware.vulkan.level"
|
<uses-feature android:name="android.hardware.vulkan.level"
|
||||||
android:required="true"
|
android:required="true"
|
||||||
android:version="1" />
|
android:version="1" />
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ mkShell ({
|
|||||||
cmdline-tools-latest
|
cmdline-tools-latest
|
||||||
build-tools-34-0-0
|
build-tools-34-0-0
|
||||||
platform-tools
|
platform-tools
|
||||||
platforms-android-30
|
platforms-android-31
|
||||||
ndk-27-2-12479018
|
ndk-27-2-12479018
|
||||||
#ndk-24-0-8215888
|
#ndk-24-0-8215888
|
||||||
] ++ lib.optional android_emulator [ emulator ]);
|
] ++ lib.optional android_emulator [ emulator ]);
|
||||||
|
|||||||
Reference in New Issue
Block a user