Sina Weibo Android App, require Android 4.1+, GPL v3 License
Modified by shawnlinboy for compiling successfully by Android Studio 1.0.3 with gradle 2.2.1.
https://github.com/qii/weiciyuan/wiki
- 版本
- 最新 Android SDK
- Gradle
- 环境变量
- ANDROID_HOME
- GRADLE_HOME,同时把bin放入path变量
- Android SDK 安装,都更新到最新
- Android SDK Build-tools
- Google Repository
- Android Support Repository
- Android Support Library
- 移除配置
- 移除AndroidManifest.xml里面
com.crashlytics.ApiKey
和GlobalContext的Crashlytics.start(this)
,以免影响四次元的崩溃统计数据
- 移除AndroidManifest.xml里面
- 编译
./gradlew assembleDebug
,编译好的apk在build/outputs/apk下面,默认用的是 debug.keystore 签名,可与Google Play上的正式版共存