What went wrong:
A problem occurred configuring project ':app'.
Could not resolve all dependencies for configuration ':app:_debugApk'.
A problem occurred configuring project ':react-native-bluetooth-serial'.
Could not open cp_proj remapped class cache for ay4xg1fu98is87pt2j4fku0yv (C:\Users\admin.gradle\caches\2.14.1\scripts-remapped\build_bfacq92w16lpdzm7hn94qvq1g\ay4xg1fu98is87pt2j4fku0yv\cp_proj57408229).
Could not open cp_proj generic class cache for build file 'C:\Users\admin\Documents\ReactNative\test4\node_modules\react-native-bluetooth-serial\android\build.gradle' (C:\Users\admin.gradle\caches\2.14.1\scripts\ay4xg1fu98is87pt2j4fku0yv\cp_proj\cp_proj57408229).
java.io.FileNotFoundException: C:\Users\admin.gradle\caches\2.14.1\scripts\ay4xg1fu98is87pt2j4fku0yv\cp_proj\cp_proj57408229\cache.properties (The system cannot find the file specified)
Steps to reproduce
react-native init test
npm i -S react-native-bluetooth-serial
npm i
react-native link
npm install @remobile/react-native-toast --save
react-native link
copy content of BluetoothSerialExample/src/App.js to clean test/App.js
Version
Expected behaviour
I would like to run BluetoothSerialExample.
Actual behaviour
react-native run-android command gives me:
Steps to reproduce
npm install @remobile/react-native-toast --save