Updated on 2024-07-30 GMT+08:00
How Do I Configure 64-bit Libraries?
- Open the build.gradle file in the project directory.
Figure 1 Project directories
- Add the following information to the build.gradle file:
1 2 3
ndk { abiFilters "armeabi-v7a", "arm64-v8a" }
Figure 2 Supporting 32-bit and 64-bit libraries
Figure 3 Supporting only 32-bit libraries
Figure 4 Supporting only 64-bit libraries
Parent topic: Android SDK
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot