0
你好所以我建了一個機器人庫統一,並在beggining它工作得很好,但知道是給我這個錯誤
我已經嘗試過更新,創建一個新的,並沒有什麼作品
任何幫助?的Android庫錯誤
清單:在XMLNS
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="sendtounityservice.sendintent.test.com.myapplication"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="21"
android:targetSdkVersion="23" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtlexporte="true"
android:theme="@style/AppTheme" >
<receiver
android:name="sendtounityservice.sendintent.test.com.myapplication.MyReceiver"
android:enabled="true"
android:exported="true" >
<intent-filter>
<action android:name="sendtounityservice.sendintent.test.com.myapplication.IntentToUnity" />
</intent-filter>
</receiver>
</application>
</manifest>
第一個錯誤 - URI未註冊(設置| ..)