240 发简信
IP属地:内蒙古
  • Resize,w 360,h 240
    Genymotion模拟器不能安装APK的问题

    准备在Genymotion上测试公司应用时,出现: “this probably means that the app contains ARM...

  • 解决办法:Android Studio 出现包重复加载

    Android Studio项目开发过程中,引用了第三方包,避免不了的就是包重复引用加载问题。如何避免呢?通过在gradle中配置exclude...

  • 解决办法:Eclipse:Could not create the view

    使用Eclipse的小伙伴,可能会遇到这种异常情况。Eclipse:Could not create the view: Plug-in org...

  • 解决办法:error: inner element must either be a resource reference or empty.

    Android Studio升级3.4,项目报出:error: inner element must either be a resourc...

  • Android客户端安全测试内容

    一般在App客户端发布之前,公司除了会进行业务测试之外,如公司建有安全团队的话,会在发布之前进行对App客户端及服务端进行安全测试,既针对APP...

  • expected reference but got (raw string) @+android:style/Animation.Transluce

    旧项目中一般会有这样的资源引用: 在升级Android Studio之后,只需要搜索res下的xml,把“@+android“改为”@andro...

  • 早期App安全测试暴露的问题

    安全测试小组首先对协议安全进行了安全测试,手机客户端采用的HTTP协议,通过https/http代理拦截技术可以劫持请求,通过WIRESHARK...

  • 早期接口加密处理方式

    客户端 服务器端解密,首先解密信息,然后验签,验签正确才获取信息。