-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using EAS Build throws "Type rawbt.api.BuildConfig is defined multiple times" on the "Run gradlew" section #1
Comments
This is the log from building from expo dashboard, hopefully helps. Running 'gradlew :app:bundleRelease' in /home/expo/workingdir/build/android
|
Opened the package using android studio and changes the package name from rawbt.api to rawbt.apii, the app and the apk build successfully now but it crashes when running the apk |
For everyone else who may have the same problem I managed to fix it by:
|
The APK builds but the printer does not work. |
I have the exact same problem. In my case the command . Manually removing it does not solve because it will be re-generated.
Hopefully someone can help. |
Hello, I am using your library to connect a thermal printer with Bluetooth. Bought the license and everything works fine when running npx expo run:android but I can not build the app. I am using EAS Build from expo (https://docs.expo.dev/build/introduction/) to build an APK of the app but it throws the error I wrote on the title. If possible please let me know what I can do because most of the things I have tried are not working.
Thank you :)
The text was updated successfully, but these errors were encountered: