hi all
i try nbdemo
but show problem this
B4A Version: 7.30
Parsing code. (0.01s)
Compiling code. (0.13s)
Compiling layouts code. (0.03s)
Organizing libraries. (0.04s)
Generating R file. Error
AndroidManifest.xml:30: error: No resource identifier found for attribute 'parentActivityName' in package 'android'
-----------------------------------------
this Manifest
AddManifestText(
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="17"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetActivityAttribute(NotePopup, android
arentActivityName, ".NoteParent")
SetActivityAttribute(NotePopup, android:launchMode, "standard")
AddActivityText(NotePopup,<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value=".NoteParent"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
'End of default text.
-------------------------------------------
please any help me?
thanks