android - air push adview error -
i embeding air push ads in android app. added adview in layout.xml file. has errors
multiple annotations found @ line: - error: no resource identifier found attribute 'canshowmr' in package 'com.gui.traficsing' - error: no resource identifier found attribute 'banner_type' in package 'com.gui.traficsing' - error: no resource identifier found attribute 'placementtype' in package 'com.gui.traficsing' - error: no resource identifier found attribute 'refresh_time' in package 'com.gui.traficsing' - error: no resource identifier found attribute 'animation' in package 'com.gui.traficsing' - error: no resource identifier found attribute 'test_mode' in package 'com.gui.traficsing'
thank you
you need place mraid_attrs.xml
file app's res > values
folder. file included within sdk download.
it solved me same problem.
ref: http://manage.airpush.com/docs/index.php?title=android_sdk_6.0_documentation
Comments
Post a Comment