摘要:
One or more plugins require a higher Android SDK version. Fix this issue by adding the following to D:\xxx\android\app\build.gradle: android { compile 阅读全文
摘要:
/** * Created by tab on 2020/4/30. */ public class TabLabelsView extends ViewGroup implements View.OnClickListener { private Context mContext; private 阅读全文
摘要:
/** * Created by tab on 2017/10/10 */ public class Base64Encoder extends FilterOutputStream { private static final char[] chars = {'A', 'B', 'C', 'D', 阅读全文