asukiaaa / react-native-escpos-android

MIT License
5 stars 0 forks source link

Task :react-native-escpos-android:compileDebugKotlin FAILED #1

Open arirah-int opened 3 years ago

arirah-int commented 3 years ago

Getting error : Task :react-native-escpos-android:compileDebugKotlin FAILED

asukiaaa commented 3 years ago

I cannot reproduce the error by the following command.

npx react-native init EscPosTest --template react-native-template-typescript
cd EscPosTest/
yarn add react-native-escpos-android
yarn android

One solution of compileDebugContlin error seems to clean and build. Reference: Execution failed for task :app:compileDebugKotlin

arirah-int commented 3 years ago

I cannot reproduce the error by the following command.

npx react-native init EscPosTest --template react-native-template-typescript
cd EscPosTest/
yarn add react-native-escpos-android
yarn android

One solution of compileDebugContlin error seems to clean and build. Reference: Execution failed for task :app:compileDebugKotlin

Thanks for your reply , getting this error when I install and going to ./gradlew installDebug --stacktrace cant build it to my existing project. But it works fine when create new project with react-native cli