Spanish Error en mi primera compilacion.

Miguel Angel

New Member
couando compile en codigo de mi primer programa, el programa genera este error, supongo que es algún error en la instalacion, no es muy concreto, os adjungo el error a ver si alguien me ayuda.

Parsing code. 0.00
Compiling code. 0.01
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'
 
Top