5***@qq.com
5***@qq.com
  • 发布:2021-03-04 19:10
  • 更新:2021-03-04 19:10
  • 阅读:406

android 离线SDK 集成 添加广告

分类:5+ SDK

你好,我用
<activity
android:name="io.dcloud.HelloH5.TestActivity"

        android:configChanges="orientation|keyboardHidden|keyboard|navigation|screenSize"  
        android:label="@string/app_name"  
        android:launchMode="singleTask"  
        android:hardwareAccelerated="true"  
        android:theme="@style/TranslucentTheme"  
        android:screenOrientation="user"  
        android:windowSoftInputMode="adjustResize" >  
        <intent-filter>  
            <action android:name="android.intent.action.MAIN" />  
            <category android:name="android.intent.category.LAUNCHER" />  
        </intent-filter>  

ublic class TestActivity extends PandoraEntryActivity {

这种方式完成了在最新sdk上集成5+ 独立app,现在有个问题是,我需要添加广告页不知道怎么添加,能指点下不
我看见有这两个函数,不知道怎么用

onCreateSplash
onCreateAdSplash

2021-03-04 19:10 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复