I'm working on an application in Android,and I follow the Codesuggestion from the Android developers page
When I type the code:
private LeDeviceListAdapter mLeDeviceListAdapter;
It has error message:
LeDeviceListAdapter cannot be resolved to a type
What do I have to fix this error??