XusinboyBekchanov / VisualFBEditor

IDE for FreeBasic
Other
153 stars 37 forks source link

Android build problem #650

Open JanuszChmiel opened 4 weeks ago

JanuszChmiel commented 4 weeks ago

I have extracted android-ndk-r12b-windows-x86.zip I have downloaded this .zip archive from The official Google archive site. Unfortunately. When ever I want to build The android project. I AM getting The following error. Main Project: AndroidProject

Content Line File 'i686-linux-android-gcc.exe' is not recognized as an internal or external command, 0 operable program or batch file. 0 compiling C failed: 'i686-linux-android-gcc.exe' terminated with exit code 1 0 I have extracted Android NDK in to C:\ndk directory I Am running Windows 11 64 Bit edition Home. Please where could be The problem? I have executed your sample .apk without issues, app is 100 % aaccessible, work fast. And there is so much GUi controls to be added for Android.

XusinboyBekchanov commented 4 weeks ago

You need to add these paths to your environment variables: D:\GitHub\android-ndk-r12b-windows-x86\android-ndk-r12b\toolchains\aarch64-linux-android-4.9\prebuilt\windows\bin D:\GitHub\android-ndk-r12b-windows-x86\android-ndk-r12b\toolchains\arm-linux-androideabi-4.9\prebuilt\windows\bin D:\GitHub\android-ndk-r12b-windows-x86\android-ndk-r12b\toolchains\mips64el-linux-android-4.9\prebuilt\windows\bin D:\GitHub\android-ndk-r12b-windows-x86\android-ndk-r12b\toolchains\mipsel-linux-android-4.9\prebuilt\windows\bin D:\GitHub\android-ndk-r12b-windows-x86\android-ndk-r12b\toolchains\x86_64-4.9\prebuilt\windows\bin D:\GitHub\android-ndk-r12b-windows-x86\android-ndk-r12b\toolchains\x86-4.9\prebuilt\windows\bin

If your Android NDK is located in the C:\ndk folder then you need to change the paths accordingly.

XusinboyBekchanov commented 4 weeks ago

This file i686-linux-android-gcc.exe is located inside this folder D:\GitHub\android-ndk-r12b-windows-x86\android-ndk-r12b\toolchains\x86-4.9\prebuilt\windows\bin\ After adding this folder to the environment variable, the compiler finds it.

JanuszChmiel commented 4 weeks ago

Thank you for your support. I Am very sorry, that I Am intruding you because of it. But The imagination, that I will be able to create fully accessible GUI apps by using classic Basic nanguage is to fascinating for Me. What will happen, if more GUI objects will have The same object coordinates position? Sure, I know, that there will be chaos on my display. BUt never mind. I want to make some quizes byusing Editbox so if it will not cause AN system crash, it will not be problem, because The resulting GUI will be only used by Me and with Android screen reader.

XusinboyBekchanov commented 4 weeks ago

In this case, the elements will overlap each other, I think.