今日头疼的bug汇总
...
tispossiblethatthisissueisresolvedbyuninstallinganexisting
简书链接:tispossiblethatthisissueisresolvedbyuninstallinganexisting文章字数:145,阅读全文大约需要1分钟今天电脑突然抽风,手机抽风,首先是电脑写百分比布局卡死,然后手机突然开发者模式被关闭了,搞半天我没意识到这个问题,搞了半天才想起来是不是自动关闭了,特么又出现一个新问题 12345678910Installation failed with message Invalid File: D:\newdev\xxxx\app\build\intermediates\split-apk\debug\slices\slice_7.apk.It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present, and then re-installing.WARNING: Uninstalling will remove the application data!Do you...
window平台nvm版本管理工具的演示安装以及用它安装nodejs的安装等等
简书链接:window平台nvm版本管理工具的演示安装以及用它安装nodejs的安装等等文章字数:1171,阅读全文大约需要4分钟nvm: nodejs version managernpm:nodejs package manager 所有版本下载1https://github.com/coreybutler/nvm-windows/releases 推荐姿势推荐下载nvm-setup不要下载nvm-noinstall 2018-4-8...
追踪源码抄袭android的xml转drawable代码实现recyclerview分割线用代码是些shapeselector等等方案
简书链接:追踪源码抄袭android的xml转drawable代码实现recyclerview分割线用代码是些shapeselector等等方案文章字数:114,阅读全文大约需要1分钟追踪源码找到了这句话,所以也可以理解为什么网上要那样写了.这其实官方就是这样写的。那么我接下来就要手写一个recyclerview的shape分割线 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374public static Drawable createFromXmlInner(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) throws XmlPullParserException, IOException { final Drawable...
hook工具任意界面启动编辑表列设计草图
简书链接:hook工具任意界面启动编辑表列设计草图文章字数:559,阅读全文大约需要2分钟首先我的工具是很久弄好了,现在突然想能不能快速的修改一个字段。 之前是必须指定列名的,比较麻烦,那么如何设计呢? 不想搞那么复杂,用RE管理器一样变成那样的表 那么感觉手机都要变成横屏咯,,那么如何修改又比较实用呢? 那么经过反复思考,发现可以改成这样 先弹出一个编辑行菜单,编辑行菜单中需要区分 ,那么取出每一行的某个唯一标识列进行区分。 点击这一列就进入了编辑键名键值得界面 另外数据库如何生成数据结构呢? 采用list保存每一行,采用 map保存每一列。 另外也许可以采取左右界面结构,,选择左边的时候修改右边的列,不过hook工具 就是比较操蛋的是全是动态插入的。而且没有activity,又不想注入 绕过activity启动,避免以后某些app被检测,也是因为我懒吧,目前没那么多时间 做activity免启动,而且需要坑位,那就需要做很多事情了。。 画图之后果然清晰了,那么变成这样的结构是最方便了。
rew混淆拍错解决there3instancesoflibraryclassesdependingonprogramcl
简书链接:rew混淆拍错解决there3instancesoflibraryclassesdependingonprogramcl文章字数:78,阅读全文大约需要1分钟 12Fixes: can't find dynamically referenced class org.apache.harmony.xnet.provider.jsse.NativeCrypto it.WebViewClient depends on program class android.net.http.SslError 等等..诸如此类错误 错误提示 123# there were 3 instances of library classes depending on program classes.# You must avoid such dependencies, since the program classes will# be processed, while the library classes will remain...
CouldnotresolveallfilesforconfigurationappisfreeIspaidDebugC
简书链接:CouldnotresolveallfilesforconfigurationappisfreeIspaidDebugC文章字数:28,阅读全文大约需要1分钟 1234Could not resolve all files for configuration ':app:isfreeIspaidDebugCompileClasspath'.> Failed to transform file 'commons-io-2.5.jar' to match attributes {artifactType=android-classes} using transform JarTransform > Transform output file F:\src\git_project\qqrepacket_pro\app\libs\commons-io-2.5.jar does not exist. 因为文件被删除了,要么删除依赖,要么再添加进去.
ecutionfailedfortaskapptransformDexArchiveWithExternalLibsDexMe
简书链接:ecutionfailedfortaskapptransformDexArchiveWithExternalLibsDexMe文章字数:361,阅读全文大约需要1分钟 1234ecution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForIsfreeIspaidDebug'.> java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex* Try: 引入了多个jar, 模块和某模块或者主项目的dex冲突,或一个模块中有2个相同的类也可以说是jar,手动创建当然创建不处理2个,肯定是jar问题 ,也就是类名相同等冲突. 编译--info...
Allflavorsmustnowbelongtoanamedflavordimension
简书链接:Allflavorsmustnowbelongtoanamedflavordimension文章字数:451,阅读全文大约需要1分钟 123* What went wrong:A problem occurred configuring project ':app'.> All flavors must now belong to a named flavor dimension. Learn more at https://d.android.com/r/tools/flavorDimensions-missing-error-message.html 表示看了下https://d.android.com/r/tools/flavorDimensions-missing-error-message.html还是没弄懂应该怎么搞,实际上我只需要根据不同apk生成不同的...
AndroidManifestxmlasthelibrarymightbeusingAPIsnotavailable
简书链接:AndroidManifestxmlasthelibrarymightbeusingAPIsnotavailable文章字数:97,阅读全文大约需要1分钟 123456789FAILURE: Build failed with an exception.* What went wrong:Execution failed for task ':app:processDebugManifest'.> Manifest merger failed : uses-sdk:minSdkVersion 11 cannot be smaller than version 14 declared in library [:insertqqmodule] F:\src\git_project\qqrepacket_pro\insertqqmodule\build\intermediates\manifests\full\debug\AndroidManifest.xml as the library might be using APIs not...