Android Question Where can I find AHPageContainer

Beja

Expert
Licensed User
Longtime User
An example project referenced this lib/obj, but it was not on the lib pane..

Any help appreciated.
 

Beja

Expert
Licensed User
Longtime User
Thanks Mahares,
I added the lib and now I got this error at compilation.

Parsing code. 0.05
Compiling code. 0.14
Compiling layouts code. 0.00
Generating R file. 0.27
Compiling generated Java code. Error
B4A line: 61
container.Initialize
javac 1.7.0_21
src\de\amberhome\viewpagerexample\main.java:293: error: cannot access PagerAdapter
mostCurrent._container.Initialize(mostCurrent.activityBA);
^
class file for android.support.v4.view.PagerAdapter not found
1 error

Where do you think this came from?
 
Upvote 0
Top