You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[info] plugin cordova-plugin-openinstall requires to add
<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:scheme="$OPENINSTALL_SCHEME"/>
</intent-filter> to your AndroidManifest.xml to work
[fatal] TypeError: Cannot read property 'replace' of undefined
请问应该如何解决呢?
The text was updated successfully, but these errors were encountered:
安装
在
package.json
中指定:在
android/app/src/main/AndroidManifest.xml
增加以下节点:运行:
会抛出异常:
请问应该如何解决呢?
The text was updated successfully, but these errors were encountered: