yahoo / OneMobileSDK-releases-android

Main starting point for OneMobileSDK Android users ... contains getting started (readme), changelog/release notes, and artifactory binaries of Android releases.
MIT License
3 stars 1 forks source link

Interface implementation not working #11

Open swapnil446 opened 4 years ago

swapnil446 commented 4 years ago

I'm trying to create class like public class FullyCustomContentControls extends LinearLayout implements ContentControls, but whenever I'm trying to import given package: import com.aol.mobile.sdk.controls.ContentControls; . its gives error as cannot resolve symbol at controls; Anyone with solution please help.