Hello,
Late last year I started on a program. It was executing without error and I was adding the needed code to meet the design goal.
I had to work on some other stuff so it was set to the side. I am now back on it.
I updated the IDE to 2.71 and the latest Android SDK 4.4. I did not make any changes to the code. I selected compile and run, it complied without error, downloaded and failed.
java.lang.NullPointerException on the first line of code in the Activity_Create for the main activity.
I commented out that line and it failed on the next line.
Seems as if some required setup is missing that was not need in 2.0.2 and is needed in 2.71.
Anyone have any ideas?
Thanks,
Mark
Late last year I started on a program. It was executing without error and I was adding the needed code to meet the design goal.
I had to work on some other stuff so it was set to the side. I am now back on it.
I updated the IDE to 2.71 and the latest Android SDK 4.4. I did not make any changes to the code. I selected compile and run, it complied without error, downloaded and failed.
java.lang.NullPointerException on the first line of code in the Activity_Create for the main activity.
I commented out that line and it failed on the next line.
Seems as if some required setup is missing that was not need in 2.0.2 and is needed in 2.71.
Anyone have any ideas?
Thanks,
Mark