kirin233

Results 29 comments of kirin233

> facing exact same issue, tried on realm swift versions tags 10.39.1, 10.28.1,面对完全相同的问题,尝试过 Realm Swift 版本标签 10.39.1、10.28.1、 > > no more resources load into realm database after ~2.7 GB loaded.加载...

hi, @michalrentka did you solve this problem? I met the same problem, do you have any ideas to solve the problem? thanks.

Firstlibaray: ![image](https://user-images.githubusercontent.com/8955465/196958636-dd4ce180-8120-43dd-b835-28fa82d5be43.png) second: ``` plugins { id 'com.android.library' id 'com.kezong.fat-aar' } android { namespace 'com.huawei.mylibrarysecond' compileSdk 32 defaultConfig { minSdk 21 targetSdk 32 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" } buildTypes {...

我又试了一下,通过在second的gradle里面,添加sourceset sourceSets{ debug.res.srcDirs = ['src/main/res', 'build/intermediates/exploded-aar/fataarissue399/mylibraryfirst/unspecified/debug/res'] } 是可以生效的。怀疑是不是processResources的时序有问题。不是很懂。=-=

又研究了一下,看起来是因为这笔提交导致的。AGP 7.3.0以上就有问题了。 https://cs.android.com/android-studio/platform/tools/base/+/21679fcbbafd4af740fdc9427fe548cff0f15918 可能要更改一下设置sourcesets的时机,大佬有空帮忙瞅瞅~,感谢。

> Hi, i have the same problema but i have more embed project. how can I solve this problem? Ty sorry, I haven't found a solution yet.

> 如果是assets没合并进去可以这样做 > > ``` > sourceSets { > main { > assets.srcDirs = ['src/main/assets'] > } > } > ``` > > 同时加在你有资源的module和主包下 AGP7.3.0下生效吗?我试了一下好像不行哎

> _No description provided._ I got this same problem, it's seems like that the res.srcDir is not working in AGP 7.3.0. do you have any ideas?