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

What to import in java? #5

Closed
ni5arga opened this issue May 17, 2021 · 2 comments
Closed

What to import in java? #5

ni5arga opened this issue May 17, 2021 · 2 comments

Comments

@ni5arga
Copy link

ni5arga commented May 17, 2021

I was trying to use this lib for a project of mine. While compiling I received this error related to the import

   [javac] C:\Users\rubyd\Desktop\extension-template\src\xyz\nisarga\DeviceInfoUtils\DeviceInfoUtils.java:23: error: package com.an does not exist
    [javac] import com.an.deviceinfo;

What to import in java?

@ctkqiang
Copy link

Most recommended way is to use gradle .

dependencies {
        implementation 'com.an.deviceinfo:deviceinfo:0.1.5'
}

@ni5arga ni5arga closed this as completed Jan 23, 2022
@ni5arga
Copy link
Author

ni5arga commented Jan 23, 2022

Most recommended way is to use gradle .

dependencies {
        implementation 'com.an.deviceinfo:deviceinfo:0.1.5'
}

Thanks 😊

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