为什么它不适用于 vphoneos
这是什么原因呢?不工作
什么叫不工作,你得详细描述。
Android版本,运行平台,运行日志这些。
日志用adb logcat -s ImGui获取。
Android 7-64 Bit Opengl Is it not working because it is Android 7?
Yes, it's only supports Android9~14.
Oh okey ı try android 10 rom
I try for Android 10 but this error
Any details?
How do I get it to work for Android 7 or is there another source?? I need for Android 7
If you want to support Android7, see https://github.com/Bzi-Han/AndroidSurfaceImgui/blob/main/modules/ANativeWindowCreator.h#L165.
You may need to:
- Find the usage methods' signature from
libgui.soandlibutils.so, then patch them. - You may need to fix the usage structure, for example: https://github.com/Bzi-Han/AndroidSurfaceImgui/blob/main/modules/ANativeWindowCreator.h#L325.
- Low-version Android may not have some functionals, you need to find a similar functionality and implement it for example: https://github.com/Bzi-Han/AndroidSurfaceImgui/blob/main/modules/ANativeWindowCreator.h#L418.
- Debug.
It now supports Android 7!
Cook ı will try