Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 538 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 538 Bytes

Source Engine Android Mod Template

Building

  • Create SDK with sdkmanager
  • Copy libs to android/lib/arch/
  • Run ./waf configure -T release
  • Run ./waf build

Custom signing

  • Add --key=keystore_name,keystore_alias,keystore_pass,key_pass on configure stage. Replace <keystore_name,keystore_alias,keystore_pass,key_pass> with your key, alias etc.

Building with JDK 11+

  • Add --javac-source-target=8 on configure stage