Goodmornig,
After updating I followed these instructions:
B4A – The simple way to develop native Android apps (b4x.com)
To get rid of this error:
I am running into this error.
It points to this line in teh code
I am using the AHViewPager version 3
please advice
After updating I followed these instructions:
B4A – The simple way to develop native Android apps (b4x.com)
To get rid of this error:
Linking resources Error
unknown option '-A'.
aapt2 link [options] -o arg --manifest arg files...
I am running into this error.
applied to given types;
mostCurrent._pager.Initialize(mostCurrent.activityBA,mostCurrent._container,"Pager");
^
required: BA,String
found: BA,AHPageContainer,String
reason: actual and formal argument lists differ in length
It points to this line in teh code
B4X:
pager.Initialize(container, "Pager")
I am using the AHViewPager version 3
please advice