Hi,
This is my manifest:
And this is compiler error:
Can somebody help me to find the error? :BangHead:
Thenk you
This is my manifest:
B4X:
AddManifestText(
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>
)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
'End of default text.
AddActivityText(main,
<intent-filter>
<action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
</intent-filter>
<meta-data android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"
android:resource="@xml/device_filter" />)
And this is compiler error:
Parsing code. 0.06
Compiling code. Error
Error parsing manifest script:
Line = 15, Word = (
Can somebody help me to find the error? :BangHead:
Thenk you