全局配置,对所有项目生效,在~/.gradle/下创建init.gradle文件 allprojects{ repositories { def ALIYUN_REPOSITORY_URL = 'http://maven.aliyun.com/nexus/content/groups/public' def...
Android
android studio unsupported modules detected
首先是出现如下情况: unsupported modules detected Compilation is not supported for following modules: app. Unfortunately you can’t have non-Gradle Java modules and Android-Gradle modules in one pro...
JPush APNs Auth Key Token 验证模式 Token Authentication 配置
新的APNs协议基于HTTP/2,一种是使用Universal Push Notification Client SSL 证书,一种是使用Token。 基于HTTP/2与Token的 APNs 协议 2199840-c3887f0a51fbd5e6.png APNs Provider(即,APP的后台) AP...
Android Studio sync cache卡住
Error: Gradle project sync failed. Please fix your project and try again. project setup: reading from cache React Native Android Studio 左边Build Variants没有东西,空的。无法快速切换debug和release...
webview缩放内容字体大小
加html页面头 <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
在 MAC OS X 安装 ADB (Android调试桥)
什么是 ADB? Android调试桥( adb )是一个开发工具,帮助安卓设备和个人计算机之间的通信。 这种通信大多是在USB电缆下进行,但是也支持Wi-Fi连接。 adb 还可被用来与电脑上运行的安卓模拟器交流...
Eclipse ADT Android SDK
Java SE 8u181 JDK JRE Eclipse Eclipse IDE for Java Developers ANDROID SDK android-sdk_r24.4.1-windows.zip ADT 1.下载ADT插件的zip文件(不要...