azxcffdgadf

Results 9 issues of azxcffdgadf

如何使中间的摇杆圆坨只能在垂直方向上移动,也就是只有2个方向上和下方向? 注意不是,只监听上下2个方向. 能具体贴下代码吗?或加我QQ:2970308762联系.可捐助.非常希望您能帮我.谢谢

at java.lang.Object.wait (Native method) - waiting on (a android.opengl.GLSurfaceView$GLThreadManager) at android.opengl.GLSurfaceView$GLThread.surfaceDestroyed (GLSurfaceView.java:1703) - locked (a android.opengl.GLSurfaceView$GLThreadManager) at android.opengl.GLSurfaceView.surfaceDestroyed (GLSurfaceView.java:533) at android.view.SurfaceView.updateSurface (SurfaceView.java:709) at android.view.SurfaceView.windowStopped (SurfaceView.java:232) at android.view.ViewRootImpl.setWindowStopped (ViewRootImpl.java:1556) at android.view.WindowManagerGlobal.setStoppedState...

《 android图片滚动选择器的实现》这个里面,比如我滑到第0个,这个时候我想把这个图片换成一个动画,比如倒计时的一个效果.像我这种只能换成一张静止的图片: mPicker02.setOnSelectedListener(new OnSelectedListener() { @Override public void onSelected(ScrollPickerView scrollPickerView, int position) { Log.e("收到位置", "位置:" + position); mCustomProgressBar5.setVisibility(View.INVISIBLE); if (position == 0) {//开始向上滑动-第二站 mPicker02.setSelectedPosition(0); mPicker02.setCenterPosition(1); bitmaps.set(0, BitmapFactory.decodeResource(getResources(), R.drawable.long_video_b));//0 bitmaps.set(1, BitmapFactory.decodeResource(getResources(),...

google play 2019年8月1号起,上线的应用如果有so包,必须提供64位的,这个项目中的thunder依赖只有armeabi-v7a的libxl_stat.so,libxl_thunder_sdk.so,libxluagc.so,有没有arm64-v8a的?

但是下载你的这个代码就不报错.也能正常下载,都是同样一个module啊,你是做了什么处理的?然后,能否把你的v1.3版本源码发给我看看.可以QQ交流吗?QQ效率高些.我加下你,你QQ多少?我的QQ:2970308762.我这边实在急着上线google play啊.非常感谢,打赏也可以.可以吗?实在万分感谢!谢谢了!

麻烦你加下QQ好吗?QQ:2970308762 其实一开始,用1.0时,导入thunder的module;运行直接报错: Caused by: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.qsx.aquarobotman-2/base.apk"],nativeLibraryDirectories=[/data/app/com.qsx.aquarobotman-2/lib/arm, /data/app/com.qsx.aquarobotman-2/base.apk!/lib/armeabi, /vendor/lib, /system/lib]]] couldn't find "libxl_stat.so" at java.lang.Runtime.loadLibrary(Runtime.java:367) at java.lang.System.loadLibrary(System.java:1076) at com.xunlei.downloadlib.XLLoader.(XLLoader.java:154) at com.xunlei.downloadlib.XLDownloadManager.(XLDownloadManager.java:83) at com.xunlei.downloadlib.XLDownloadManager.getInstance(XLDownloadManager.java:70) at com.xunlei.downloadlib.XLTaskHelper.init(XLTaskHelper.java:34) at com.qsx.aquarobotman.SampleApplicationLike.onCreate(SampleApplicationLike.java:76) 我把我自己的gradle的增加了abiFilters的 "armeabi-v7a",运行就不报错了....

你这个1.0版开源的这个AndroidDownload代码,它的openssl版本是1.0.1过期了,指向是libxl_thunder_sdk.so.然后google play说我的openssl版本太低,有漏洞,不让上线.但是你的v1.3版本的apk,我这边测过了就可以.那么请把你v1.3版本的的libxl_thunder_sdk.so发给我好吗?谢谢了?我QQ:2970308762,或我加你qq.或者发到我的邮箱:[email protected].如果发了和我说下.谢谢

在这个1.0版本中,先下载一个文件,下载完成后删除该文件,然后再次下载该文件,没反应,我打印日志,显示GetTaskId类的mTaskId为-1.虽然说你1.3版本中修复了这个问题,请问你改了哪些地方.github上只有你的1.0版本的代码.谢谢

Click on CompassView, how to change the image of its src to another image?