
Android
半零落
少年何惧岁月长
展开
-
jniLibs
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.hl.qrobot-1/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "libBDVoiceRecognitionClient_MFE_V1.so"在build.gradle(app)中...原创 2021-02-07 12:26:30 · 614 阅读 · 0 评论 -
安卓登录界面简单制作
xml布局:<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:orientation="vertical" android:layout_width="match_par原创 2020-08-23 18:07:06 · 2047 阅读 · 0 评论 -
Rendering Problems The following classes could not be instantiated: xml布局文件无法加载问题
Rendering Problems The following classes could not be instantiated:-android.support.v7.app.WindowDecorActionBar (Open Class, Show Exception, Clear Cache) Tip: Use View.isInEditMode() in your custom views to skip code or show sample data ...原创 2020-08-23 17:04:52 · 297 阅读 · 0 评论 -
android开发当控件太多屏幕无法显示
竖直滚动:<?xml version="1.0" encoding="utf-8"?><ScrollView android:layout_width="match_parent" android:layout_height="wrap_content" xmlns:android="http://schemas.android.com/apk/res/android"> <LinearLayout xmlns:android="ht.原创 2020-08-22 15:36:33 · 458 阅读 · 0 评论