内容简介:Android Studio 3.1 Beta 3 发布,此版本主要是修复常见错误: Issue#72082657: "Unable to find manifest output" after update to 3.1.0-alpha08(canary-8) Issue#72758525: Verifier rejected class C0: float...
Android Studio 3.1 Beta 3 发布,此版本主要是修复常见错误:
Issue#72082657: "Unable to find manifest output" after update to 3.1.0-alpha08(canary-8)
Issue#72758525: Verifier rejected class C0: float C0.M6() failed to verify: float C0.M6(): [0xB] copy1 v1<-v0 type=Imprecise Constant: -128
Issue#72811434: D8 seems to mistakenly remove an infinite loop during compilation
Issue#72258872: Lint is wrongly detecting "CheckResult" in Kotlin code
Issue#72509078: HalfFloat false positive on converting short into Half using its APIs.
Issue#72581487: Bug: Elvis operator on cursor initialization -> "Missing recycle() calls" warning
Issue#72685131: ObsoleteSdkInt check does not flag == comparisons against APIs lower than min SDK.
Issue#72753926: Remove lint check for targetSdkVersion != Support Library version
更多详情请查看发布主页。
下载地址:https://developer.android.com/studio/preview/index.html
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Android Studio 3.1 Beta 3 发布,修复常见错误》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Android Studio 3.1 Canary 6 发布,常见错误修复
- Android Studio 3.1 Canary 7 发布,常见错误修复
- Android Studio 3.1 Beta 2 发布,修复常见错误
- Android Studio 3.1 Canary 8 发布,常见的错误修复
- Python常见安全漏洞及修复方法集合!你所不会的这里都有!
- 常见算法总结 - 链表篇
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
图解密码技术(第3版)
[日] 结城浩 / 周自恒 / 人民邮电出版社 / 2016-6 / 89.00元
本书以图配文的形式,详细讲解了6种最重要的密码技术:对称密码、公钥密码、单向散列函数、消息认证码、数字签名和伪随机数生成器。 第1部分讲述了密码技术的历史沿革、对称密码、分组密码模式(包括ECB、CBC、CFB、OFB、CTR)、公钥、混合密码系统。第2部分重点介绍了认证方面的内容,涉及单向散列函数、消息认证码、数字签名、证书等。第3部分讲述了密钥、随机数、PGP、SSL/TLS 以及密码技......一起来看看 《图解密码技术(第3版)》 这本书的介绍吧!