react-native-voice / voice

:microphone: React Native Voice Recognition library for iOS and Android (Online and Offline Support)
MIT License
1.76k stars 470 forks source link

:react-native-voice_voice:packageDebugResources' (type 'MergeResources') #489

Open socialmad opened 3 months ago

socialmad commented 3 months ago

After updating our project with a new React Native engine and upgrading Gradle to version 8.6, we encountered an issue. We have tried various solutions, but none have worked so far.

VictorDev200 commented 3 months ago

Same to me on Gradle 8.0.1:

VictorDev200 commented 2 months ago

@socialmad I think I have a solution, do npm install react-native-voice and run the app, avoid doing the manual linking steps, it breaks the app. so just npm install should work

adamgusky commented 3 days ago

Any other solution? @VictorDev200's did not work for me unfortunately