We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6447c3 commit 8f0c977Copy full SHA for 8f0c977
app/build.gradle
@@ -21,7 +21,7 @@ android {
21
externalNativeBuild {
22
cmake {
23
arguments "-DCMAKE_VERBOSE_MAKEFILE=ON", "-DANDROID_STL=c++_static", "-DRAVENGINE_ASSETS_DIR=${System.getProperty("user.dir")}/app/src/main/assets"
24
- abiFilters 'arm64-v8a', 'x86_64'
+ abiFilters 'arm64-v8a'
25
}
26
27
0 commit comments