as崩溃报错Canvas: trying to draw too large(118098000bytes) bitmap
DisplayListCanvas.throwIfCannotDraw
java.lang.RuntimeException - Canvas: trying to draw too large(118098000bytes) bitmap.
DisplayListCanvas.throwIfCannotDraw
java.lang.RuntimeException - Canvas: trying to draw too large(118098000bytes) bitmap.
1.在解决两个到三个残局后,进入送分模式,需要什么方块给什么方块,让人能把残局清空大半,心理压力下降,这时候再组建新的残局,让玩家继续挑战,节奏把控超一流。
Uncaught Exception: - location : (no filename):0:0 - msg : Uncaught SyntaxError: missing ) after argument list - detail :
Jadx-gui 有适用于 macOS 的版本:
通过 Homebrew 安装
在 macOS 上,可以通过 Homebrew 来安装 Jadx:brew install jadx
1、 卸载frida
2、 pip uninstall frida frida-tools -y
3、 pip install frida==16.1.0 frida-tools==12.1.0 # frida-tools 12.1.0 是 16.1.0 的配套版本
先解压xapk,mac上直接用归档工具就能解压了。
pure
AYA 可以访问安卓文件, AYA-安卓手机连接
如何避免游戏被破解
先看frida技巧:https://xigk.com/blog/index.php/archives/1501/
然后安装:
pip install frida-tools
但是一般要指定版本,比如pip install frida==16.5.9 frida-tools==16.5.9
下载地址:
https://github.com/frida/frida/releases/
使用Mac自带的录屏功能(快捷键Command + Shift + 5)时没有声音
PyTexturePacker平替TexturePacker,安装pip install PyTexturePacker
https://xigk.com/blog/index.php/archives/1690/
xcode的图片替换问题
会有残留,打在手机上还是同样的图片,必须重命名才能解决加载图片缓存问题。
你是谁?你为什么而奋斗?你从哪里来,将往哪里去?这是我们每次复盘时问自己的问题。
export function callStaticMethod (className: string, methodName: string, methodSignature: string, ...parameters:any): any;
改成
export function callStaticMethod (className: string, methodName: string, methodSignature?: string, ...parameters:any): any;
Building for 'iOS-simulator', but linking in object file (/Users/lzlc/Library/Developer/Xcode/DerivedData/hello_world-gethtgqqerhlqgczkmxviuocgnws/Build/Products/Debug-iphonesimulator/libcocos2d iOS.a337) built for 'iOS'
https://developer.android.com/guide/practices/page-sizes?hl=zh-cn
16 KB Google Play 兼容性要求
自 2025 年 11 月 1 日起,提交到 Google Play 且以 Android 15 及更高版本的设备为目标平台的所有新应用和现有应用更新都必须支持 16 KB 页面大小。
安卓ADB桌面管理应用程序,跨平台的,mac也有
https://github.com/liriliri/aya
split_config.arm64_v8a.apk!libcocos2djs.so
CENTER_CROP,按比例缩放图片,使图片的宽高至少等于 ImageView 的宽高(减去内边距),然后居中显示。这样会裁切掉一些宽和高适配全屏显示。