I am working with react native and every time I build a new project it seems to work on my device , but whenever I try to restart it It is giving me 1 or more errors
Go to android/app/build.gradle and add the following thing under android:
android { packagingOptions { pickFirst '**/libjsc.so' } }
Then run it again. If your using react native i suggest you to close npm console and run it again.