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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -