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

Error:(48, 29) error: cannot find symbol variable Constants #1

Open
benza86 opened this issue Jan 5, 2018 · 3 comments
Open

Error:(48, 29) error: cannot find symbol variable Constants #1

benza86 opened this issue Jan 5, 2018 · 3 comments

Comments

@benza86
Copy link

benza86 commented Jan 5, 2018

Hello
I have this error:
Error:(48, 29) error: cannot find symbol variable Constants

@benza86 benza86 closed this as completed Jan 5, 2018
@NeilCastellino
Copy link
Owner

You need to make a file called Constants.java

package com.neilcastellino.bonvoyage;

public class Constants {
    public static final String FIREBASE_URL = "FIREBASE_URL";
    public static final String username = "EMAIL_ID";
    public static final String password = "PASSWORD";
}

@NeilCastellino NeilCastellino reopened this Jan 7, 2018
@NeilCastellino
Copy link
Owner

Thanks for reminding me. I do need to add this file.

@d-pank
Copy link

d-pank commented Sep 28, 2019

giving the ASCII error
image

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

3 participants