Page 1 of 1

Build errors in lines in the 90's and 100's.

Posted: Mon Apr 28, 2014 11:19 am
by Christopher Lowman

Receiving the following "build error" when I try to export the apk to Android market:

Build error

Most likely build error cause:

/Celebrity_Exercises/src/io/appery/project159044/PhoneGapActivity.java:[94,24] error: cannot find symbol class PhoneGapActivity /Celebrity_Exercises/src/io/appery/project159044/PhoneGapActivity.java:[96,12] error: cannot find symbol class PhoneGapActivity /Celebrity_Exercises/src/io/appery/project159044/PhoneGapActivity.java:[97,12] error: cannot find symbol class PhoneGapActivity /Celebrity_Exercises/src/io/appery/project159044/PhoneGapActivity.java:[186,33] error: cannot find symbol

I looked in the source code and am not sure what I need to change to correct the errors.


Build errors in lines in the 90's and 100's.

Posted: Mon Apr 28, 2014 12:47 pm
by Kateryna Grynko

Hi Christopher,

Please try undoing source changes:
http://docs.appery.io/tutorials/sourc...


Build errors in lines in the 90's and 100's.

Posted: Mon Apr 28, 2014 1:01 pm
by Christopher Lowman

Well, that was easy.

Thank you,
Chris


Build errors in lines in the 90's and 100's.

Posted: Mon Apr 28, 2014 1:09 pm
by Christopher Lowman

Actually, that didn't work. I tried it numerous times and the same build errors show up.


Build errors in lines in the 90's and 100's.

Posted: Mon Apr 28, 2014 4:15 pm
by Kateryna Grynko

Christopher,

If you still see the errors you'll need to delete the files highlighted with blue, then click “Undo all source changes” in folder context menu.


Build errors in lines in the 90's and 100's.

Posted: Mon Apr 28, 2014 4:22 pm
by Christopher Lowman

It worked! Thank you!