Neo
Neo
**描述出现的错误** 根據Readme 同步最新版本 (c78431a0fbd3658d439c819887427c0fa6dfc7f6) Windows 下 編譯缺少libclash.h 顯示 core\src\main\cpp\main.c:7:10: fatal error: 'libclash.h' file not found Error while executing process D:\SDK\cmake\3.10.2.4988404\bin\ninja.exe with arguments {-C D:\WorkSpace\Compose\ClashForAndroid\core\.cxx\RelWithDebInfo\5r2i6x1z\armeabi-v7a bridge} ninja: Entering directory `D:\WorkSpace\Compose\ClashForAndroid\core\.cxx\RelWithDebInfo\5r2i6x1z\armeabi-v7a' [1/2]...
目前發現Windows下無法編譯的問題 1. File copy path error --- Country.mmdb 下載路徑 對應錯誤 手動下載添加後通過  2. ClashBuildTask 中 ofGoModuleTidy 需要使用 go.mod 雖然該檔案正確下載至 "your local project folder"\core\build\intermediates 但是在 cfa/blob 使用時 卻被提升到 到 "外部"路徑 例如:...
Dear Sir i try upgrade the library version of this demo project and try replace jetbrains compose at jetbrains compose plugin it show replaceAndroidx !! and show jetbrains compose list...
try modify project , let Web/Android/Desktop run at the same code Ref : https://github.com/JetBrains/compose-jb/tree/master/examples/todoapp i can not replace androidx.compose !!
Dear Sir i use gradle 7.4.2 the below exclude not work ?? THX https://github.com/bumptech/glide/blob/17cae33fd8a966f741495e5c8604661629821006/annotation/compiler/test/build.gradle#L14
這是線程安全(thread-safe)的嗎? 以下這篇指出 SingleLiveEvent的問題 https://proandroiddev.com/livedata-with-single-events-2395dea972a8 然後提出解法 https://github.com/hadilq/LiveEvent 有納入考慮嗎? 謝謝
1. upgrade gradle version 2. upgrade compose for desktop version 3. modify gradle -- jvm to KMP --> let compose for desktop run
大神你好 再次謝謝你的文章 应用于Android无埋点的Gradle插件解析 https://github.com/nailperry-zd/LazierTracker/wiki/%E5%BA%94%E7%94%A8%E4%BA%8EAndroid%E6%97%A0%E5%9F%8B%E7%82%B9%E7%9A%84Gradle%E6%8F%92%E4%BB%B6%E8%A7%A3%E6%9E%90 我想請問一下 om.android.build.gradle.internal.plugins.AppPlugin 跟 com.android.build.gradle.AppPlugin 除了一個是 Java 一個是 kotlin之外有啥差異啊? 另外 1. 目前看到分析source code的方式大多是 dependencies 處引入 例如 compile 'com.android.tools.build:gradle:3.0.1' 但是這只有部分的code 根據 https://android.googlesource.com/platform/tools/base 實際上有其他相依性的部分 我查找了一下 gradle 在AS (Android Studio)在AS成熟後有3次大改版...
因為想要拿Android舊手機當作"類監視器" 當人體移動進入鏡頭範圍(出 入) 就 拍照/錄影 謝謝
Dear Sir https://github.com/joreilly/BikeShare/blob/fbc9029cbada9d8f2abe3e58c5d53f63354d8085/compose-desktop/build.gradle.kts#L6 id("org.jetbrains.compose") version "0.5.0-build226" i get build fail java.lang.NoSuchMethodError: 'org.jetbrains.kotlin.ir.types.IrType org.jetbrains.kotlin.backend.jvm.lower.inlineclasses.InlineClassAbi.getUnderlyingType(org.jetbrains.kotlin.ir.declarations.IrClass)' at androidx.compose.compiler.plugins.kotlin.lower.AbstractComposeLowering.unboxType(AbstractComposeLowering.kt:288) THX