Error when using Underline
Opened this issue · 0 comments
When trying to compile Simple Explorer, on Android-IDE, Eclipse port for Android, I am getting the following error on line 153 of BrowserActivity.java saying:
BrowserActivity.java
There is no applicable method to '(android.support.v4.view.ViewPager)'
The parenthesis surrounding the mPager is underlined.
It is also using the UnderlinePagerIndicator feature.
If I click "fix" it creates a blank public void setViewPager
, but then it complains that there is already a method with the same signature. And I tried referencing the ViewPager
as android.support.v4.view.ViewPager
…
I am using the default libs, following the directions to a T. I had to manually create R.java because it didn't generate because of this.
Is there something wrong here, or is it me? I tried