Chapter 9 Earthquake 4 does not run
The application stops because of a syntax error in the create table statement.
The typo is in:
Chapter 9 Earthquake 4
EarthquakeProvider.java
At the line:
+ KEY_MAGNITUDE + " FLOAT), "
After the word FLOAT you should remove the )
I did not check the other earthquake examples in chapter 9 and later
chapters, maybe the same problem can be found there.
Regards,
Tony
|