nillerusr / source-engine

Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
Other
1.13k stars 173 forks source link

[Android] How build apk ? #204

Open LakoMoor opened 1 year ago

LakoMoor commented 1 year ago

i need srceng-android ?

I use: python waf configure -T release --togles --android=armeabi-v7a-hard,4.9,21 --prefix=../out and python waf build

This build folder (it's not ../out) image

Linux distro: Manjaro

steadyfield commented 1 year ago

It seems that the source engine Android laucher is non-public closed-source proprietary. However the binary libs are open-source which is the main game content and is this repo. For Android, this repo can only build the binary libs (.so files). You need to write and build the Android launcher apk yourself? The old port Android launcher seems open source, and you can write the new port Android launcher based on it?

LakoMoor commented 1 year ago

It seems that the source engine Android laucher is non-public closed-source proprietary. However the binary libs are open-source which is the main game content and is this repo. For Android, this repo can only build the binary libs (.so files). You need to write and build the Android launcher apk yourself? The old port Android launcher seems open source, and you can write the new port Android launcher based on it?

I think about this. But srceng-android don't have any docs for build (about version android SDK and other)...