eclipse - Errors while importing an android application -


i have android application working fine in system. copied project system , trying install on different system. same project working fine on system doesn't build on new system. there no change in coding , sdks installed. style sheet file has following error style:

error: error: no resource found matches given name: attr 'android:overscrollmode'.

in other files getting import r can not resolved error.

i have selected google api 2.2 android build target. minsdkversion set 8 in androidmaifest.xml there else need change in project settings?

regards
pankaj

overscrollmode added api 9. change minsdkversion , fix problem.

the errors regarding r caused error in xml files.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -