Я пытаюсь добавить базовый профиль для приложения Android. Я в первую очередь использовал документацию Google Android и [This Video] [https://youtu.be/m7ordud-my?si=0vrqty5pyg-61fue], чтобы создать новый контрольный модуль и связанные с ними настройки, чтобы добавить базовый профиль. issue][https://stackoverflow.com/questions/777 ... th-profile]
• [Google Issue Tracker about the same issue and the solution mentioned][https://issuetracker.google.com/issues/325502725]
• [Another Google Ссылка на выпуск, которую я упомянул] androidx.profileinstaller .
java.lang.IllegalStateException: The DROP_SHADER_CACHE broadcast was not received. This most likely means that the `androidx.profileinstaller` library used by the target apk is old. Please use `1.3.0-alpha02` or newer. For more information refer to the release notes at https://developer.android.com/jetpack/a ... einstaller.
at androidx.benchmark.macro.MacrobenchmarkScope.dropShaderCache(MacrobenchmarkScope.kt:300)
at androidx.benchmark.macro.MacrobenchmarkKt$macrobenchmarkWithStartupMode$1.invoke(Macrobenchmark.kt:454)
at androidx.benchmark.macro.MacrobenchmarkKt$macrobenchmarkWithStartupMode$1.invoke(Macrobenchmark.kt:436)
at androidx.benchmark.macro.MacrobenchmarkKt$macrobenchmark$measurements$1.invoke(Macrobenchmark.kt:265)
at androidx.benchmark.macro.MacrobenchmarkKt$macrobenchmark$measurements$1.invoke(Macrobenchmark.kt:255)
at androidx.benchmark.perfetto.PerfettoTraceProcessor$Companion.runServer(PerfettoTraceProcessor.kt:105)
at androidx.benchmark.macro.MacrobenchmarkKt.macrobenchmark(Macrobenchmark.kt:255)
at androidx.benchmark.macro.MacrobenchmarkKt.macrobenchmarkWithStartupMode(Macrobenchmark.kt:436)
at androidx.benchmark.macro.junit4.MacrobenchmarkRule.measureRepeated(MacrobenchmarkRule.kt:107)
at androidx.benchmark.macro.junit4.MacrobenchmarkRule.measureRepeated$default(MacrobenchmarkRule.kt:97)
at StartupBenchmark.startup(StartupBenchmark.kt:15)
Подробнее здесь: https://stackoverflow.com/questions/792 ... seline-pro