I am using the latest version of the ADT Bundle package uploaded to the Android developers site. I am on Windows 7. My R.java file does not compile correctly because I received the following error message from Windows:

Here is a summary of the issues:
Problem signature: Problem Event Name: APPCRASH Application Name: aapt.exe Application Version: 0.0.0.0 Application Timestamp: 52684cb5 Fault Module Name: aapt.exe Fault Module Version: 0.0.0.0 Fault Module Timestamp: 52684cb5 Exception Code: c0000005 Exception Offset: 0003cf2a OS Version: 6.1.7601.2.1.0.256.1 Locale ID: 1033 Additional Information 1: 0a9e Additional Information 2: 0a9e372d3b4ad19135b953a78882e789 Additional Information 3: 0a9e Additional Information 4: 0a9e372d3b4ad19135b953a78882e789 Read our privacy statement online: http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409 If the online privacy statement is not available, please read our privacy statement offline: C:\Windows\system32\en-US\erofflps.txt
Now because of this, my R.java file continues to disappear and the following problems appear:

Pay attention to the first problem in this list.
Now I have completed the following steps about 10 times:
1. Uncheck build automatically 2. Clean project, 3. Check build config 4. Rebuild project
If you are going to say to make it as a solution, then do not submit the solution because I am not going to do what I have already done a billion times.
I migrated this project from Android Studio from all its errors, and, in my experience with Eclipse, I have never seen this aapt.exe error. What is aapt.exe and what is its purpose?
Any help is greatly appreciated.
Andrew
java android eclipse r.java-file
Andrew Quebe
source share