TxcA

Results 7 issues of TxcA

环境: > Android Studio 4.2 > Gradle 6.8.3 ``` dependencies { classpath 'com.android.tools.build:gradle:4.2.0' ... ``` 编译报错: Unable to load class 'javax.activation.MimeTypeParseException'. 修复: annotationProcessor -> kapt 今天升级AS4.2报该错,由于该模块还没迭代到kotlin,所以还用的是annotationProcessor,后迭代为kapt后错误消失,原因未知。

plan

` int wId = getWhatId(); DownloadRequest req = new DownloadRequest(imgUrl, RequestMethod.GET, AfCache.getInstance().get(AfCacheTag.SNAP_IMAGE_PATH), fileString, false, true); downloadCache.append(wId, faceId); try { SyncDownloadExecutor.INSTANCE.execute(wId, req, this); } catch (Exception ex) { ex.printStackTrace(); } `...

`2 files found with path 'META-INF/library_release.kotlin_module'.

I want to set the overScrollMode="never" of RecyclerView, but I didn't find a place to set it. thanks~

AndroidX项目, > implementation 'com.allenliu.versionchecklib:library:2.2.3' ``` 2019-12-18 09:14:56.550 20962-20962/? E/CrashReport: java.lang.NoClassDefFoundError: Failed resolution of: Lorg/greenrobot/eventbus/EventBus; at com.allenliu.versionchecklib.utils.AllenEventBusUtil.sendEventBusStick(AllenEventBusUtil.java:22) at com.allenliu.versionchecklib.v2.AllenVersionChecker.cancelAllMission(AllenVersionChecker.java:44) at com.allenliu.versionchecklib.v2.ui.VersionService.enqueueWork(VersionService.java:60) at com.allenliu.versionchecklib.v2.builder.DownloadBuilder.download(DownloadBuilder.java:333) at com.allenliu.versionchecklib.v2.net.RequestVersionManager$1$1.run(RequestVersionManager.java:100) at android.os.Handler.handleCallback(Handler.java:907) at android.os.Handler.dispatchMessage(Handler.java:105) at android.os.Looper.loop(Looper.java:216)...

- 数据库`PostgreSQL14` - Gradle: ```kts // https://github.com/pgjdbc/pgjdbc implementation("org.postgresql:postgresql:42.4.0") // https://github.com/kotlin-orm/ktorm // https://www.ktorm.org/zh-cn implementation("org.ktorm:ktorm-core:3.5.0") implementation("org.ktorm:ktorm-support-postgresql:3.5.0") // https://github.com/brettwooldridge/HikariCP implementation("com.zaxxer:HikariCP:5.0.1") ``` - 表结构 ```sql CREATE TABLE IF NOT EXISTS public."UserPermission" ( -- Inherited...

bug

Link `README.md`: https://github.com/navyxie/idcard/blob/06c0135c1434e9fd8a012084d5bb578bc99ab7b4/README.md?plain=1#L51