gstory0404 / flutter_unionad

字节跳动 穿山甲广告SDK Bytedance-UnionAD flutter版本插件

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

requires that an explicit value

bingoming opened this issue · comments

image
安卓12
TTnetDebugActivity这个在哪配置?

建议向官方提交工单资讯

image
也不知道这个类哪来的

没有这个类

你发错地方了这个内容合作sdk中的东西
com.bytedance.frameworks.baselib:ttnet:4.0.27.1-rc.4-tob@aar这个包中的文件

 <application android:label="@string/app_name" >
        <activity
            android:name="com.bytedance.ttnet.debug.TTnetDebugActivity"
            android:configChanges="keyboardHidden|orientation" >
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />

                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.BROWSABLE" />

                <data
                    android:host="page"
                    android:scheme="ttnet_debug" />
            </intent-filter>
        </activity>
    </application>

向官方资讯一下

image
工单还没回,自行找到一个解决方式
在AndroidManifest.xml-application中加入一个activity覆盖掉依赖包中定义了

资讯官方处理吧 自己覆盖 可能会出现 不可知问题

官方给解决自然更好

你发错地方了这个内容合作sdk中的东西 com.bytedance.frameworks.baselib:ttnet:4.0.27.1-rc.4-tob@aar这个包中的文件

 <application android:label="@string/app_name" >
        <activity
            android:name="com.bytedance.ttnet.debug.TTnetDebugActivity"
            android:configChanges="keyboardHidden|orientation" >
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />

                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.BROWSABLE" />

                <data
                    android:host="page"
                    android:scheme="ttnet_debug" />
            </intent-filter>
        </activity>
    </application>

向官方资讯一下

@bingoming bin 这个发给官方 他应该就知道了

等他做了兼容 我再同步更新一下