Hi, I'm trying the new build system, to take advantage of the flavour
builds.
I've create a multiproject setup, compiling ActionBarSherlock, DiskLruCache
and some other library dependencies, all fine.
But when I try to compile my application, I'm getting this error:
/Users/luciofm/Documents/workspaces/Zynk/ZynkCorp/src/me/zynk/zynkcorp/ui/f ragments/phone/DashboardListFragment.java:128:
cannot find symbol
symbol : class PagerAdapter
location: class me.zynk.zynkcorp.ui.fragments.phone.DashboardListFragment
public static class TabsAdapter extends PagerAdapter implements
If I remove this Fragment from my source base (and comment out where it is
instantiate), my project compiles fine, using a lot of other
android-support classes, including FragmentStatePagerAdapter which extends
from PagerAdapter.
Lúcio Maciel
luci...@gmail.com