我在StartApp SDK 3.1.1
中使用了Android Studio
,我按照此链接(步骤1显示横幅):
here
将代码插入 AndroidManifest.xml :
并在 :
下 <activity android:name="com.startapp.android.publish.list3d.List3DActivity"
android:theme="@android:style/Theme" />
<activity android:name="com.startapp.android.publish.OverlayActivity"
android:theme="@android:style/Theme.Translucent"
android:configChanges="orientation|keyboardHidden|screenSize" />
<activity android:name="com.startapp.android.publish.FullScreenActivity"
android:theme="@android:style/Theme"
android:configChanges="orientation|keyboardHidden|screenSize" />
在StartAppSDK.init(this, "Your Account Id", "Your App ID", true);
setContentView()
并替换了我的帐户ID和我的应用ID
醇>
4.使用
显示横幅 <com.startapp.android.publish.banner.Banner
android:id="@+id/startAppBanner"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"/>
但是当我构建app banner时没有显示。
答案 0 :(得分:0)
在您的主要活动中,转到OnCreate方法,然后在调用setContentView()之前调用静态函数: StartAppSDK.init(this,“您的应用程序ID”,是),