• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

compiling otdcv8 for androin in windows 10 using msvc 2019

ForgottenNot

Banned User
Joined
Feb 10, 2023
Messages
303
Reaction score
29
Hi

Hello im trying to build otcv8 apk in windows 10 using msvc im able to build it in arm but i can't build the apk using x86 in the project can somebody lend me a hand?
 
otcv8 apk in windows 10 using msvc im able to build it in arm but i can't build the apk using x86
"cant build apk using x86" WHAT?
x86 - PC/laptop CPU with 32-bit architecture ex. Intel/AMD
64 / x64 / x86_64 / AMD64 - PC/laptop CPU with 64-bit architecture ex. Intel/AMD
ARM - phone/tablet with 32-bit architecture (aka ARM7a)
ARM64 - phone/tablet with 64-bit architecture (aka ARM8)

IDK why, but in OTCv8/android/otclientv8.sln there are projects for x86 and x64, but you should ignore them and compile ARM or ARM64.
1718904598674.png


EDIT:
Few hours ago someone asked me how to compile OTCv8 .apk, so I've installed clean Windows 10, Visual Studio 2022 and completed all required libraries/programs to make it work. I've also compiled x86 got Windows (.exe). All required files - except VS2022 itself and files described in OTCv8 compilation instruction (android_libs.7z) - and here: Index of /compile_otcv8 (https://skalski.pro/compile_otcv8/)
If you need instruction what to install and how to configure VS2019/VS2022 to make it compile OTCv8 message me on Discord: gesior.pl
 
"cant build apk using x86" WHAT?
x86 - PC/laptop CPU with 32-bit architecture ex. Intel/AMD
64 / x64 / x86_64 / AMD64 - PC/laptop CPU with 64-bit architecture ex. Intel/AMD
ARM - phone/tablet with 32-bit architecture (aka ARM7a)
ARM64 - phone/tablet with 64-bit architecture (aka ARM8)

IDK why, but in OTCv8/android/otclientv8.sln there are projects for x86 and x64, but you should ignore them and compile ARM or ARM64.
View attachment 85598


EDIT:
Few hours ago someone asked me how to compile OTCv8 .apk, so I've installed clean Windows 10, Visual Studio 2022 and completed all required libraries/programs to make it work. I've also compiled x86 got Windows (.exe). All required files - except VS2022 itself and files described in OTCv8 compilation instruction (android_libs.7z) - and here: Index of /compile_otcv8 (https://skalski.pro/compile_otcv8/)
If you need instruction what to install and how to configure VS2019/VS2022 to make it compile OTCv8 message me on Discord: gesior.pl
going to try it right away shouldn't have problems with latest commit from here right? + comppile with 2022 msvc? GitHub - OTAcademy/otclientv8: Mirror of official OTClientV8 (https://github.com/OTAcademy/otclientv8)
 
shouldn't have problems with latest commit from here right? + comppile with 2022 msvc?
YOU WILL! My instruction works only with official GitHub - OTCv8/otcv8-dev: OTCv8 Development repository (source code) (https://github.com/OTCv8/otcv8-dev)
OTAcademy version has few extra "fixes" (they are useless?) and one of them breaks compilation on Linux and Android.
OTAcademy version after "OTUI" fixes (last few commits: Commits · OTAcademy/otclientv8 (https://github.com/OTAcademy/otclientv8/commits/master/)) does not compile on Linux/Android anymore. C++ compiler throws some errors.
 
YOU WILL! My instruction works only with official GitHub - OTCv8/otcv8-dev: OTCv8 Development repository (source code) (https://github.com/OTCv8/otcv8-dev)
OTAcademy version has few extra "fixes" (they are useless?) and one of them breaks compilation on Linux and Android.
OTAcademy version after "OTUI" fixes (last few commits: Commits · OTAcademy/otclientv8 (https://github.com/OTAcademy/otclientv8/commits/master/)) does not compile on Linux/Android anymore. C++ compiler throws some errors.
thank you for pointinng it out so
Post automatically merged:

"cant build apk using x86" WHAT?
x86 - PC/laptop CPU with 32-bit architecture ex. Intel/AMD
64 / x64 / x86_64 / AMD64 - PC/laptop CPU with 64-bit architecture ex. Intel/AMD
ARM - phone/tablet with 32-bit architecture (aka ARM7a)
ARM64 - phone/tablet with 64-bit architecture (aka ARM8)

IDK why, but in OTCv8/android/otclientv8.sln there are projects for x86 and x64, but you should ignore them and compile ARM or ARM64.
View attachment 85598


EDIT:
Few hours ago someone asked me how to compile OTCv8 .apk, so I've installed clean Windows 10, Visual Studio 2022 and completed all required libraries/programs to make it work. I've also compiled x86 got Windows (.exe). All required files - except VS2022 itself and files described in OTCv8 compilation instruction (android_libs.7z) - and here: Index of /compile_otcv8 (https://skalski.pro/compile_otcv8/)
If you need instruction what to install and how to configure VS2019/VS2022 to make it compile OTCv8 message me on Discord: gesior.pl
downlaoded and installed everything still facing troubles going to message you via discord
Post automatically merged:

friendship request sent
 
Last edited:
Back
Top