Code Monkey home page Code Monkey logo

launcher-android's People

Contributors

akbaryahya avatar elaxan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

launcher-android's Issues

大佬,我想要一个文件

我看到您的run.sh 脚本中有一个 ./metadata-patcher.exe patch xxx,大佬能不能把这个文件给我一份,圈钱死🐴

突然无法使用

不知道是不是我点了什么 昨晚可以用 今天就只进官方的 而且也只是能登录 进不去游戏
昨晚可以选择自定义服务器和前往游戏的 今天不能了 试过卸载和重启 都不行

"Failed to Extract il2cpp" 错误通常与 Unity 游戏的反编译有关。

在你的项目中,我没有看到与 Unity 或 il2cpp 直接相关的配置。

然而,这个错误可能与你的 NDK 配置有关,因为 il2cpp 是 Unity 用于将 C# 代码转换为 C++ 的工具,然后使用 NDK 进行编译。

你的项目中的 NDK 配置如下:

ndk {
    abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86', 'x86_64'
}

这个配置指定了你的应用支持的 ABI(应用二进制接口)。

如果某些设备的 ABI 不在这个列表中,那么它们可能无法正确加载你的应用的 native 库,从而导致 "Failed to Extract il2cpp" 错误。

另外,你的项目依赖于一些外部库,如 'de.robv.android.xposed:api:82' 和 'com.github.kyuubiran:EzXHelper:0.9.2'。

如果这些库包含 native 代码,并且没有为所有 ABI 提供预编译的二进制文件,那么在某些设备上可能会出现问题。

建议你检查以下几点:

  1. 确保你的 NDK 版本与你的 Unity 版本兼容。
  2. 检查你的外部库是否为所有 ABI 提供了预编译的二进制文件。
  3. 如果可能,尝试在出现问题的设备上运行你的应用,并查看 logcat 输出,以获取更多关于错误的信息。

希望这些信息对你有所帮助。

help

source code of libIl2CppHook?
is that possible to access?

I solve the il2cpp error

When we delete the "Unity" and "il2cpp" folder in the game's data folder and enter the game, the game opens without an error.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.