I am working on the Bluetooth Chat from the Android Developer site in Eclipse IDE. I am using Android 2.1 and changed the Action Bar to display Toast messages instead and am only working with Secure connections.
I have three classes under the same package called BluetoothChat, BluetoothChatService, and DeviceListActivity and the project name is BluetoothCh.
Two of the files had errors that I fixed. They were saved and are clear of the red x that previously marked both .java files. All of the other files are clear of errors as well. However, the main Android project folder still contains a red x, and Eclipse is not allowing a run or debug of the application because of errors in the project.
Does anyone have any ideas how to solve this? Any advice is very much appreciated! Thank you!