LikeTheSalad / android-stem

This is a Gradle plugin for Android applications that concatenates XML strings during compilation
MIT License
181 stars 12 forks source link

The strings placeholder resolver can only be applied to projects of type 'com.android.application' #99

Open StephenChow-beep opened 2 months ago

StephenChow-beep commented 2 months ago

1 I have added it to the app module, and this error appears after clicking sync.

LikeTheSalad commented 1 month ago

Hi @StephenChow-beep

Thank you for your feedback. I've just tried it out but couldn't reproduce the issue. I'm usind AGP version: 8.5.1. The only reasons I could think of that might cause this issue would be:

So as a follow-up I'd like to confirm if the "legacy" apply method is not happening in your project, and also I'd like to check what's the AGP version that you're using.