Yesterday evening I had no trouble running a program (with the debugger turned off) and displaying it on the emulator and then installing it on my mobile, where it works fine. This morning any attempt to do the same with the debugger turned on results in the following error messages:
Compiling code. 0.06
Generating R file. 0.00
Compiling generated Java code. 0.86
Convert byte code - optimized dex. 0.36
Packaging files. Error
(skipping index file '..\Files\Thumbs.db')
res\drawable\icon.png:0: error: Resource entry icon is already defined.
res\drawable\icon.gif:0: Originally defined here.
Simple question - what causes this and how do I correct it - really correct it, that is, not just turn off the debugger!
John
Compiling code. 0.06
Generating R file. 0.00
Compiling generated Java code. 0.86
Convert byte code - optimized dex. 0.36
Packaging files. Error
(skipping index file '..\Files\Thumbs.db')
res\drawable\icon.png:0: error: Resource entry icon is already defined.
res\drawable\icon.gif:0: Originally defined here.
Simple question - what causes this and how do I correct it - really correct it, that is, not just turn off the debugger!
John