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
Post a Comment