- 博客(2)
- 资源 (1)
- 收藏
- 关注
原创 android 实现和手机home键一样的功能。
有些情况,可能需要我们点击返回键的时候,不清空activity和退出项目。仅仅是回到桌面而已,这时候就需要我们去实现和手机home键一样的功能。 Intent home = new Intent(Intent.ACTION_MAIN); home.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); home.addCategory(Intent.CATEGOR
2017-05-08 16:25:36 613
原创 解决 The number of method references in a .dex file cannot exceed 64K
1. 依赖 compile 'com.android.support:multidex:1.0.1' 2.在 defaultConfig 增加 defaultConfig { applicationId "com.wbkj.roadtohealth" minSdkVersion 15 targetSdkVersion 23
2016-12-15 10:13:10 414
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人