java - Android Studio, Error: package does not exist -


i suffering form on couple weeks, , killing me.

i working on android project in android studio. imported haibison lockpattern module projects.

in "settings.gradle" add

include ':androidlockpattern' 

in "build.gradle" add

dependencies {     compile project(':androidlockpattern')     ... } 

when run project, print errors
"error: package haibison.android.lockpattern.util" not exist.

i checked thousands times, package right there, , when import package in code:

import haibison.android.lockpattern.lockpatternactivity; import haibison.android.lockpattern.util.alpsettings 

it looks fine... plz help.

try using in gradle project: compile 'haibison.android:underdogs:+

hope helps!


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -