0
Здравствуйте, так что я построил андроида библиотеку к единице, а в самого начало она работала хорошо, но знаю, дает мне эту ошибку
я уже пытался обновить, создать новый, и ничего не работает
Любая помощь ?Android библиотека ошибка
Manifest:
<?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>
первая ошибка в Xmlns - URI не зарегистрирован (Настройки | ..)