appdeeplink Github .well-已知文件夹无法识别

时间:2017-11-23 13:23:53

标签: android github

enter image description here我在我的应用中添加了应用深度链接功能,我按照applink协助,我在github中创建了.well-known文件夹,但我仍然面临未找到数字资源链接

  [![<meta-data
            android:name="asset_statements"
            android:resource="@string/asset_statements" />
        <activity android:name=".MainActivity">


            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
            <intent-filter android:autoVerify="true">
                <action android:name="android.intent.action.VIEW" />

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

                <data
                    android:scheme="https"
                    android:host="suresh777.github.io"
                    android:pathPattern="/links" />
            </intent-filter>
        </activity>][1]][1]

enter image description here

1 个答案:

答案 0 :(得分:1)

您必须在根文件夹中创建一个名为 _config.yml 的文件,并且其中的值为 include:[“ .well-known”]

参考:https://github.com/wojtek-kalicinski/wojtek-kalicinski.github.io