Kevin
Kevin
分时图如何全屏显示? 分时图如何缩放? 我改了控件和数据的属性,但是仍然无效
java.lang.NoSuchMethodError: No virtual method load(Ljava/lang/String;)Lcom/bumptech/glide/DrawableTypeRequest; in class Lcom/bumptech/glide/RequestManager; or its super classes (declaration of 'com.bumptech.glide.RequestManager' appears in /data/app/com.zhixun.extraterrestrial-1/split_lib_dependencies_apk.apk)
I kept running my app and after an hour he quit on his own, then I checked the memory and I found that the app's memory kept increasing. ``` C:\Users\Administrator\Downloads>adb...
运行环境: ``` windows 10 Android studio 3.4.1 gradleVersion:4.5 androidPluginVersion:3.0.1 buildToolsVersion:26.0.2 compileSdkVersion:android-26 atlasPluginVersion:3.0.1-rc88 手机型号 letv x500 android版本 5.0.2 ``` 加载远程bundle失败 ``` 09-23 17:38:22.070 29694-29694/com.taobao.demo E/AndroidRuntime: FATAL EXCEPTION: main Process: com.taobao.demo, PID:...
## 异常: #### 生成的patch文件,先把它push到应用的cache/目录中,但是宿主app无法加载patch文件。FirstBundleActivity的页面能加载起来,但是patch文件加载不起来。 ### 运行环境: ``` win 10 Android studio 3.4.1 gradleVersion:4.5 androidPluginVersion:3.0.1 buildToolsVersion:26.0.2 compileSdkVersion:android-26 atlasPluginVersion:3.0.1-rc88 手机型号letv x500 android版本 5.0.2 ``` 这是所有的日志: ``` 09-23 16:24:04.978 25387-25387/? I/art: Late-enabling -Xcheck:jni...
调试环境: ``` windows 10 Android studio 3.4.1 gradleVersion:4.5 androidPluginVersion:3.0.1 buildToolsVersion:26.0.2 compileSdkVersion:android-26 atlasPluginVersion:3.0.1-rc88 ``` 调试步骤: ``` 先启动已经安装的app 在Android Studio的命令行中切换到需要调试的Bundle的目录下,如 cd firstbundle 执行..\gradlew.bat clean assemblePatchDebug -->这里出现异常。 ``` 出现异常的信息: ``` FAILURE: Build failed...
> 06-25 10:45:19.645 332-332/com.kevin.zhang E/AndroidRuntime: FATAL EXCEPTION: main > Process: com.kevin.zhang, PID: 332 > java.lang.RuntimeException: Unable to start activity ComponentInfo{com.kevin.zhang/com.kevin.zhang.minutes.MinutesActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.kevin.zhang.minutes.myChart.MyYAxis.setAxisMaxValue(float)' on a...
W/System.err: com.sapher.youtubedl.YoutubeDLException: Error running exec(). Command: [youtube-dl, https://www.youtube.com/watch?v=dQw4w9WgXcQ, --retries, 10, --output, %(id)s, --ignore-errors] Working Directory: Environment: [EXTERNAL_ADD_USB_STORAGE4=/storage/USBstorage4, EXTERNAL_ADD_USB_STORAGE2=/storage/USBstorage2, EMULATED_STORAGE_TARGET=/storage/emulated, EXTERNAL_ADD_USB_STORAGE6=/storage/USBstorage6, EXTERNAL_ADD_USB_STORAGE3=/storage/USBstorage3, EXTERNAL_STORAGE_DOCOMO=/storage/external_SD, ANDROID_SOCKET_zygote=10, PATH=/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin, ANDROID_DATA=/data, EXTERNAL_ADD_USB_STORAGE5=/storage/USBstorage5, BOOTCLASSPATH=/system/framework/WfdCommon.jar:/system/framework/aspectjrt.jar:/system/framework/com.lge.frameworks.jar:/system/framework/com.lge.policy.jar:/system/framework/telephony-target.jar:/system/framework/com.lge.opt.jar:/system/framework/bc-fips.jar:/system/framework/tcmiface.jar:/system/framework/core-libart.jar:/system/framework/conscrypt.jar:/system/framework/okhttp.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/mms-common.jar:/system/framework/android.policy.jar:/system/framework/apache-xml.jar, SECONDARY_STORAGE=/storage/external_SD, ANDROID_STORAGE=/storage, EXTERNAL_ADD_USB_STORAGE1=/storage/USBstorage1,...
请问如何更改user-agent?我在播放www.youtube.com的视频的时候,想要获取到视频的url,使用android的user-agent无法获取到,所以我想通过修改user-agent来获取视频的url,在哪里改user-gent?