I've been trying to get the demo example of AHviewpager to run.
It fails to compile with following error
Searching the forums for error leads me to a comment by @Erel asking not to have the AHViewPager jar in libraries folder.
Someone please point me to the correct location. Thanks
PS: I have this line added in code:
It fails to compile with following error
B4X:
Compiling generated Java code. Error
B4A line: 70
container.Initialize
src\de\amberhome\viewpagerexample\main.java:425: error: cannot access PagerAdapter
mostCurrent._container.Initialize(mostCurrent.activityBA);
^
class file for android.support.v4.view.PagerAdapter not found
Searching the forums for error leads me to a comment by @Erel asking not to have the AHViewPager jar in libraries folder.
Someone please point me to the correct location. Thanks
PS: I have this line added in code:
B4X:
#AdditionalJar: com.android.support:support-v4