AHViewPager Error after cloning code from GIT Repository

prestondocks

Member
Licensed User
Longtime User
Hi,

I have written some app code that uses the AHViewPager 2.02 on my Work PC. I have pushed it to BitBucket and then cloned it when I got home. Although it compiles fine at work when I try to compile at home I get the following error

Parsing code. 0.03
Compiling code. 0.07
Compiling layouts code. 0.02
Generating R file. 0.13
Compiling generated Java code. Error
javac 1.6.0_43
src\ShottaTV\com\main.java:266: package de.amberhome.viewpager does not exist
public de.amberhome.viewpager.AHPageContainer _container = null;
^
Note: src\ShottaTV\com\twitterservice.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error

I have the AHViewPager jar and xml file in my additional libraries folder and I have checked the library box to add it to the project.

Any ideas what the issue is here?
 
Top