Error:Unable to resolve target 'android-2' -


[2011-02-10 00:14:34 - newproject] unable resolve target 'android-2'


and newproject java , xml files does't have error project in error when import problem in it


problem not in java or xml code. have change target in default.properties file in project.

here have change following line:

target=android-2 

here digit 2 represents api level of platform want run application.

so use value of api want run.

like if run application on android 2.3 use target=android-9

refer : api levels


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -