anitaa1990 / DeviceInfo-Sample

[Android Library] Get easy access to device information super fast, real quick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What to import in java?

ni5arga opened this issue · comments

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?

Most recommended way is to use gradle .

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

Most recommended way is to use gradle .

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

Thanks 😊