R.id.history cannot be resolved
i have written a program for list vi开发者_运维百科ew.the name of the list view is history.but in java code ListView list = (ListView) findViewById(R.id.history); there is an error showing that R.id.history cannot be resolved.i coul not solve the issue.can anyone help me?
精彩评论