All Projects → Hexxah → CoC-MOD-Android-Build

Hexxah / CoC-MOD-Android-Build

Licence: other
Android builds for Corruption of Champions mods

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to CoC-MOD-Android-Build

Buildapks
Really quickly build APKs on handheld device (smartphone or tablet) in Amazon, Android, Chromebook and Windows📲 See https://buildapks.github.io/docsBuildAPKs/setup to start building APKs.
Stars: ✭ 218 (+938.1%)
Mutual labels:  apk
Node Google Play
Get details and download apps from https://play.google.com by emulating an Android (Nexus 5X) device by default. For a rust version of this library check out https://github.com/dweinstein/rs-google-play
Stars: ✭ 247 (+1076.19%)
Mutual labels:  apk
Vehicle-Security-Toolkit
汽车/安卓/固件/代码安全测试工具集
Stars: ✭ 367 (+1647.62%)
Mutual labels:  apk
Frida Skeleton
基于frida的安卓hook框架,提供了很多frida自身不支持的功能,将hook安卓变成简单便捷,人人都会的事情
Stars: ✭ 222 (+957.14%)
Mutual labels:  apk
Apkmod
Apkmod can decompile, recompile, sign APK, and bind the payload with any legit APP
Stars: ✭ 235 (+1019.05%)
Mutual labels:  apk
TextThing
Retro Text Editor is a simple text file editor.
Stars: ✭ 28 (+33.33%)
Mutual labels:  apk
Slicer
A tool to automate the boring process of APK recon
Stars: ✭ 199 (+847.62%)
Mutual labels:  apk
KivyMLApp
The repository host the API for the ML model via FastAPI, Flask and contains android app development files using KivyMD.
Stars: ✭ 54 (+157.14%)
Mutual labels:  apk
Prism
Prism is a beautiful open-source wallpapers app for Android. It is built with Dart on top of Google's Flutter Framework.
Stars: ✭ 241 (+1047.62%)
Mutual labels:  apk
myplanet
🌕 myPlanet android app reads data from 🌎 for offline use as well as it collect usage data and sends them back to the Planet.
Stars: ✭ 17 (-19.05%)
Mutual labels:  apk
Android Crack Tool
🐞Android crack tool For Mac
Stars: ✭ 2,666 (+12595.24%)
Mutual labels:  apk
Playmaker
Fdroid repository manager fetching apps from Play Store
Stars: ✭ 236 (+1023.81%)
Mutual labels:  apk
AndroidFuzz
JavaFuzz 4 Android
Stars: ✭ 27 (+28.57%)
Mutual labels:  apk
Command Mobile Penetration Testing Cheatsheet
Mobile penetration testing android & iOS command cheatsheet
Stars: ✭ 221 (+952.38%)
Mutual labels:  apk
Pixel-Wallpaper-app
An app full of Constantly updating Google Pixel wallpapers
Stars: ✭ 120 (+471.43%)
Mutual labels:  apk
Xapkdetector
APK/DEX detector for Windows, Linux and MacOS.
Stars: ✭ 208 (+890.48%)
Mutual labels:  apk
GetApk
Show app or apk detail, and export apk file of installed app to sdcard
Stars: ✭ 42 (+100%)
Mutual labels:  apk
kikfox
A resource obfuscated apk & xapk decompiling tool
Stars: ✭ 63 (+200%)
Mutual labels:  apk
urbit-docker
No description or website provided.
Stars: ✭ 16 (-23.81%)
Mutual labels:  apk
APK-Installer
An Android Application Installer for Windows
Stars: ✭ 1,076 (+5023.81%)
Mutual labels:  apk

Corruption of Champions (Revamp-Xianxia) Android Build

APKs can be found on the Releases page.

This repo is for Android Builds of Corruption of Champions mods (Revamp and Xianxia):

Revamp: https://github.com/Kitteh6660/Corruption-of-Champions-Mod

Xianxia: https://github.com/Ormael7/Corruption-of-Champions

All copyrights belong to their respective owners.

Building apk yourself

PreRequisites

Building the APK

  1. Launch Flash Develop and Install Flex + Air SDK (Tools -> Install Software).
  2. Download the source code
  3. Extract
  4. Verify that the environment variable FLEX_HOME exists and contains the Flex Air SDK directory path
  5. Right Click Start.ps1 Run with Powershell

If Run with PowerShell does not work

PowerShell needs to have its execution policy either changed or bypassed.

For more info see https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy

Open a command window in the extracted directory and use one of the below.

Single time bypass
PowerShell -executionPolicy bypass .\Start.ps1
Change Execution policy
powershell
Set-ExecutionPolicy unrestricted

Build Errors

  • if you get "Java heap space" errors, try to allocate more java memory. Open the jvm.config file inside the %FLEX_HOME%\bin directory and update the java.args variable.
java.args=-Xmx1024m
  • if you get "dx tool failed" errors, additionally create the _JAVA_OPTIONS system environment variable and allocate enough java memory.
_JAVA_OPTIONS=-Xmx1024m

FAQ

Image Packs do not work on Android Builds, the only way I know to fix is this is to rewrite the code so that it embeds the image when compiling the swf, unfortunately that would mean the size of the file would increase quite considerable(100mb+) and might slow down the android version more :P

It is possible to install both mods and the official versions at the same time. Regular Saves should be fine, only Save to File might cause issues since all three would share the location and might cause issues if imported in the wrong version.

Bug Reports + Others

If you find any bugs to do with the android version, crashes, not installing or the script feel free to open an issue here NOT on the Revamp or Xianxia page since the android builds aren't officially supported by them.

If you see issues with scenes or other game related error that can be replicated on the SWF (PC) those would belong on the official repos.

If you would like to help in someway or have any ideas feel free to contact me. I have no idea about flash coding but can understand basic code and some languages (Python, Java). I do this on my free time so I might not be able to reply right away.

P.S. Username on COC Discord: Drack https://discord.gg/KVPGEM5

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].