android

不再关注网络安全

Android 12 快速适配要点

Android 12 快速适配要点

Android 12 需要更新适配点并不多,本篇主要介绍最常见的两个需要适配的点:android:exported 和 SplashScreen 。 一、android:exported 它主要是设置 Activity 是否可由其他应用的组件启动, “true” 则表...

2021年8月后新应用上架Google play强制上传签名

2021年8月后新应用上架Google play强制上传签名

在之前的文章我们提到过Google发过通知,将在8月正式对新应用强制签名上传,并且只接受appbundle方式,而APK不再支持。意味着我们只能把应用签名上传到他们服务器上,这是开发者来说非常无奈,又无可奈何。 ...

Android包名不能以数字开头

Android包名不能以数字开头

以前没用过数据开头的包名,今天遇到了,一直报以下错误 FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:processReleaseResources'. > A failure occurred...