PangoSea

Results 17 comments of PangoSea

> > @kapaseker 对于generated的Java Class好像无法include进来,比如DataBinding生成的Class,虽然layout能被包含进来,但是layout的生成类貌似不会,有经验或者思路吗 > > 解决了,还顺便处理了manifest > > ```kotlin > project.android { > sourceSets { > val sourceDirs = mutableListOf() > val kotlinSourceDirs = mutableListOf() > val aidlDirs...

> > # I got it @everyone . > # I turn off my virus-killing software. Then that's OK thx so much !!!!!!!!!!!!!!!!!!!!!!!!!!!!

> Only compatible with AGP 8.12 😭 you can create an empty project to do this.

> 新手刚入门。多多包涵。引入后报错信息是这样的,能帮忙指点一下吗?万分感谢 > > * Plugin Repositories (could not resolve plugin artifact 'com.android.fused-library:com.android.fused-library.gradle.plugin:8.10.1') 你有引入google的maven库吗? ```kotlin pluginManagement { repositories { google { content { includeGroupByRegex("com\\.android.*") includeGroupByRegex("com\\.google.*") includeGroupByRegex("androidx.*") } } mavenCentral() gradlePluginPortal()...

I actually need this feature, just like: Activity paused -> flow pause collecting Activity resumed -> flow resume collecting EDIT: so sorry, "launch when start" feet my needs. But I...