startApp3DBanner display errer in android

不羁岁月 提交于 2019-12-03 23:13:15

问题


i have add jar file of start App and build path completely.in 3d banner of start App.

    android:id="@+id/startApp3DBanner"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_alignLeft="@+id/startAppBanner"
    android:layout_alignParentBottom="true"
    android:layout_marginBottom="54dp" >
</com.startapp.android.publish.banner.banner3d.Banner3D>

main Activity:-

StartAppSearch.showSearchBox(this);
    StartAppAd.init(this, "107181003", "211487617");
    StartAppSearch.init(this, "107181003", "211487617");  

回答1:


Api should Change of Eclipse up to 18 api only not 19 ap.

import startapp .jar and go to project preporty>Java BuildPath>Library>insertLibrary and then Sellect Order and export>then sellect jar move up then fininsh..



来源:https://stackoverflow.com/questions/21233306/startapp3dbanner-display-errer-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!