反和谐船名:μ兵装,小XX,重樱,铁血,白鹰,META
B服 / 9游版/ 当乐/百度
在Releases下载,渠道服自行测试
其他渠道服暂时找不到直链,无能为力.
手动修改的教程如下:(中英混杂)(仅介绍单手机教程)
下载你的碧蓝航线的的安装包或者使用以上任意一种提取安装包
在浏览里打开com(文件夹)-->unity3d.player(文件夹)-->UnityPlayerActivity并打开
在17行粘贴以下内容
.method private static native init(Landroid/content/Context;)V
.end method
在65行粘贴一下内容
const-string v0, "Dev_Liu"
invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V
invoke-static {p0}, Lcom/unity3d/player/UnityPlayerActivity;->init(Landroid/content/
把仓库里libs文件夹里的三个文件夹复制到apk中lib文件夹里
一路保存并退出
卸载碧蓝航线,安装修改后的apk文件
(你可以选择重新下7G或者先把/sdcard/Android/data/(你的碧蓝航线包名)
包名一般包括 改一个名字,等重装完碧蓝航线再替换回原名字)
##1x0:Loading the library
Add the following method to UnityPlayerActivity
, anywhere above its onCreate
:
.method private static native init(Landroid/content/Context;)V
.end method
And these lines to onCreate
:
## Loading the library
Add the following method to `UnityPlayerActivity`, anywhere above its `onCreate`:
```smali
.method private static native init(Landroid/content/Context;)V
.end method
And these lines to onCreate
:
const-string v0, "Dev_Liu"
invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V
invoke-static {p0}, Lcom/unity3d/player/UnityPlayerActivity;->init(Landroid/content/Context;)V
(Preferably without replacing other variables, such as between .locals 2
and const/4 v0, 0x1
.)