Android Question AdIQuity Library Error

hasexxl1988

Active Member
Licensed User
Longtime User
Hello,
I have tried the tutorial by Erel.
Unfortunately, when Buildung process is always the following error message:

Parsing code. 0.00
Compiling code. 0.01
Using existing AndroidManifest.xml.
(Project - Do Not Overwrite Manifest option is checked)
AndroidManifest-Example.xml file will be created instead.
Compiling layouts code. 0.00
Generating R file. 0.07
Compiling generated Java code. Error
B4A line: 10
Activity.AddView(ad, 0, 100%y - 50dip, 300dip, 50dip)
javac 1.7.0_45
src\b4a\example\main.java:278: error: cannot access AdIquityAdView
mostCurrent._activity.AddView((android.view.View)(mostCurrent._ad.getObject()),(int) (0),(int) (anywheresoftware.b4a.keywords.Common.PerYToCurrent((float) (100),mostCurrent.activityBA)-anywheresoftware.b4a.keywords.Common.DipToCurrent((int) (50))),anywheresoftware.b4a.keywords.Common.DipToCurrent((int) (300)),anywheresoftware.b4a.keywords.Common.DipToCurrent((int) (50)));
^
class file for com.adiquity.android.AdIquityAdView not found
1 error#


I have B4A V3.

Thanks for Help,
Thomas

EDIT: CLOSED.
I forgot the SDK from the website to download xD
 
Top