cby0310

Results 3 issues of cby0310

小米2s安装运行直接报错:Fatal signal 4 (SIGILL), code 1, fault addr 0xb42e300c in tid 11177 (mper.legendtest) cpu型号:ARMv7 Processor rev 0 (v7l) 是不是缺少对应型号的so文件呢?

大佬,日历控件很赞,佩服能撸出那么多代码👍 mode为4时也发现了几个问题,如下: ![image](https://user-images.githubusercontent.com/6885903/105595070-4cea4600-5dce-11eb-9eec-46c1501e0d2e.png) 1.这个月份(2021年7月)有点问题,下面多了一行。其他月份也会经常出现这个bug 2.快速点击「下一月」「上一月」按钮时,下面日历面板日期和上面的就对不上了 3.反过来,下面日历面板左右快速滑动,上面中间的「年月日」日期也会对不上

若有一个activity类需要修复,尝试dx打包之后修复的代码(模拟修复了按钮点击事件中为btn设置的文本和toast的文本)无效,并且反编译之后的代码和 apk原来的代码反编译只有有很大差异,为什么?大家遇到过吗? dx手工打包反编译得: package dodola.hotfix; import android.app.Activity; import android.os.Bundle; import android.widget.Button; public class LoginActivity extends Activity { protected void onCreate(Bundle paramBundle) { super.onCreate(paramBundle); setContentView(2130968601); Button localButton = (Button)findViewById(2131492975); LoginActivity.1 local1...