Help! Arm64 and armeabi

Rusik game

Platinian
Original poster
Jan 18, 2019
20
2
3
38
Latvia
What if than I delete arm64 folder, game doesn't works. But than I delete armeabi folder, game works. So, game doesn't support armeabi. But my mod menu have only armeabi
 

JohnnyCappucino

Platinian
Aug 26, 2023
20
4
3
24
Sweden
It depends on the template that you are using, but, if you are using lgl mod template, and it doesn't include arm64 support, then you should have modified it, to support only armeabi-v7a. I suggest you to re-check your project's structure, or download it again from Github, and code specifically for arm64-support.
 

Rusik game

Platinian
Original poster
Jan 18, 2019
20
2
3
38
Latvia
It depends on the template that you are using, but, if you are using lgl mod template, and it doesn't include arm64 support, then you should have modified it, to support only armeabi-v7a. I suggest you to re-check your project's structure, or download it again from Github, and code specifically for arm64-support.
I already solved this problem, just found a mod menu that have lib that I need. Thanks