琐碎的一些tips
MultiDex打包时zip错误
dependencies {
compile fileTree(include: '*.jar', dir: 'libs')
compile 'com.android.support:multidex:1.0.1@aar'
}多语言
Preference
public PreferenceManager(Context context) {
this.mContext = context;
this.setSharedPreferencesName(getDefaultSharedPreferencesName(context));
}最后更新于