Skip to content
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

D:\Bluetooth\blue-pair-secret.properties (The system cannot find the file specified) #23

Closed
Aniket-Softserv opened this issue Jan 2, 2021 · 1 comment

Comments

@Aniket-Softserv
Copy link

A problem occurred evaluating project ':app'.

D:\Bluetooth\blue-pair-secret.properties (The system cannot find the file specified)

@aurasphere
Copy link
Owner

Hey @Aniket-Softserv ! This problem occurs if you're trying to build a production build. In that case, you will have to create a blue-pair-secret.properties on your project with the information required for signing the apk. The file should look like this:

# Ads configuration
ad.app.id="ads_app_id_between_quotes"
ad.unit.id="ads_unit_id_between_quotes"

# Signing configuration
release.store.file=<path_to_keystore>
release.store.password=<keystore_password>
release.key.alias=<keystore_key_alias>
release.key.password=<keystore_key_password>

Let me know if you need other info and have a nice day

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants