15 Feb 2011, 07:04
Generic-user-small

frank (3 posts)

I really have no clue how to fix this error in my Sudoku programming. I tried clean and rebuild but no use. Can someone please help me. Here is the error description.

Error generating final archive: java.io.FileNotFoundException: C:\Android\Eclipse\Workspace\Prj_Sudoku\bin\resources.ap_ does not exist

15 Feb 2011, 18:21
Generic-user-small

Austin Warren (13 posts)

Just after a quick search, it looks like it could be many things. Try deleting your entire /gen folder and then build project.

Let me know if that works.

Cheers,

Austin

16 Feb 2011, 15:06
Burnette_ed_pragsmall

Ed Burnette (1316 posts)

If that doesn’t work, feel free to zip it up and email the project to me and I’ll diagnose it (gmail.com account is ed.burnette)

09 Mar 2011, 02:13
Generic-user-small

frank (3 posts)

I delete the entire gen folder, I rebuild project, but it still doesn’t work

09 Mar 2011, 03:24
Burnette_ed_pragsmall

Ed Burnette (1316 posts)

Frank sent me his project and this error message was appearing in the Eclipse Problems view:

error: Error parsing XML: junk after document element    colors.xml    /Prj_Sudoku/res/values    line 6    Android AAPT Problem

The cause was an XML nesting error in res/values/colors.xml. All the color elements have to be children of the top level element (resources).

16 Mar 2011, 05:44
Generic-user-small

frank (3 posts)

Thanks, it solves my problems.

  You must be logged in to comment