Android Question Compile Error

RichardL

New Member
Dear All,

I'm new to B4A and just installed the B4A trial version with all the relative SDK. Then I try to compile the code with andriod emulator, the error cameout as follows:

Parsing code. 0.00
Compiling code. 0.03
Compiling layouts code. 0.00
Generating R file. Error
AndroidManifest.xml:2: error: No resource identifier found for attribute 'installLocation' in package 'android'
AndroidManifest.xml:9: error: No resource identifier found for attribute 'targetSdkVersion' in package 'android'
AndroidManifest.xml:10: error: No resource identifier found for attribute 'largeScreens' in package 'android'
AndroidManifest.xml:10: error: No resource identifier found for attribute 'normalScreens' in package 'android'
AndroidManifest.xml:10: error: No resource identifier found for attribute 'smallScreens' in package 'android'
AndroidManifest.xml:10: error: No resource identifier found for attribute 'anyDensity' in package 'android'


Can anyone help me to solve the problem , thanks all in advance.

Best Regards
Richard
 
Top