Android 资料

来源:互联网 发布:淘宝rol是什么意思 编辑:程序博客网 时间:2024/06/14 06:13
Android M 新的运行时权限系统
http://jijiaxin89.com/2015/08/30/Android-s-Runtime-Permission/
http://blog.csdn.net/zhangjg_blog/article/details/17142395


MTK USB Driver
https://developer.android.com/studio/run/oem-usb.html


ADB
https://developer.android.com/studio/command-line/adb.html


Logcat
https://developer.android.com/studio/command-line/logcat.html


签署您的应用
https://developer.android.com/studio/publish/app-signing.html#studio


压缩代码和资源 Proguard
https://developer.android.com/studio/build/shrink-code.html
http://blog.csdn.net/chen930724/article/details/49687067
https://stuff.mit.edu/afs/sipb/project/android/sdk/android-sdk-linux/tools/proguard/docs/index.html#manual/introduction.html


Application ID & package name
https://developer.android.com/studio/build/application-id.html


mDNS(Android API test;)
http://www.android-doc.com/reference/android/net/nsd/NsdManager.html
http://blog.csdn.net/innost/article/details/8629139
https://developer.android.com/training/connect-devices-wirelessly/nsd.html


Wifi API
https://developer.android.com/reference/android/net/wifi/WifiManager.html
http://blog.csdn.net/sasoritattoo/article/details/8285926


Android Studio
https://developer.android.com/studio/install.html

http://blog.csdn.net/JF_1994/article/details/49645175


Gradle
http://www.cnblogs.com/csonezp/p/4903434.html?utm_source=tuicool&utm_medium=referral

http://blog.csdn.net/tiankong1206/article/details/50444232


Gradle奇巧技

http://www.open-open.com/lib/view/open1451570953698.html


AAR转eclipse使用

http://www.jianshu.com/p/ccf306e08d5b
1. aar->Zip并解压
2. 在解压folder创建libs folder, 并将classes.jar和jni folder所有文件move到libs
3. 将proguard.txt内容复制到project proguard-project.txt
4. 创建project.properties文件
   target=android-22
   android.library=true
5. 删除aapt/jni folder以及R.txt/proguard.txt



appcompat_v7是Google兼容包,一个支持库。
能让2.1以上全使用上4.0版本的界面。
例如使用ActionBar,不需要再使用第三方的支持库了。
https://developer.android.com/reference/android/support/v7/app/package-summary.html
http://blog.csdn.net/xyz_lmn/article/details/12623609



GoogleFit

https://developers.google.com/fit/android/get-started



原创粉丝点击