Bug 497202 - Eclipse Neon V4.6 Getting Error While Create A Blank Project For Android
Summary: Eclipse Neon V4.6 Getting Error While Create A Blank Project For Android
Status: NEW
Alias: None
Product: andmore
Classification: Tools
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: David Carver CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2016-07-03 15:37 EDT by Virang Kansagara CLA
Modified: 2016-10-13 16:21 EDT (History)
3 users (show)

See Also:


Attachments
Eclipse Neon V4.6 Getting Error (521.46 KB, image/png)
2016-07-03 15:37 EDT, Virang Kansagara CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Virang Kansagara CLA 2016-07-03 15:37:16 EDT
Created attachment 262879 [details]
Eclipse Neon V4.6 Getting Error

Recently Before Few Minutes I have Downloaded Eclipse Neon V4.6 For Android Developers.

When I have created a blank project it generating error as below.

1. R.java File Not Generating Automatically When Create Blank Project.

2. In activity_main.xml status bar showing error: This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in. But I have already downloaded latest version for Android Developers Eclipse Neon V4.6.

3. styles.xml generating error: error: Error retrieving parent for item: No resource found that matches the given name 
 'Theme.AppCompat.Light'.

4. Eclipse Neon 4.6 Console Errors:

[2016-07-04 00:15:15 - Testdemo] E:\test\Testdemo\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-07-04 00:15:15 - Testdemo] 
[2016-07-04 00:15:15 - Testdemo] E:\test\Testdemo\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-07-04 00:15:15 - Testdemo] 
[2016-07-04 00:15:15 - Testdemo] E:\test\Testdemo\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2016-07-04 00:15:15 - Testdemo] 
[2016-07-04 00:15:17 - Testdemo] E:\test\Testdemo\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-07-04 00:15:17 - Testdemo] 
[2016-07-04 00:15:17 - Testdemo] E:\test\Testdemo\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-07-04 00:15:17 - Testdemo] 
[2016-07-04 00:15:17 - Testdemo] E:\test\Testdemo\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2016-07-04 00:15:17 - Testdemo] 
[2016-07-04 00:15:29 - Testdemo] E:\test\Testdemo\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-07-04 00:15:29 - Testdemo] 
[2016-07-04 00:15:29 - Testdemo] E:\test\Testdemo\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-07-04 00:15:29 - Testdemo] 
[2016-07-04 00:15:29 - Testdemo] E:\test\Testdemo\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2016-07-04 00:15:29 - Testdemo] 
[2016-07-04 00:15:29 - Testdemo] E:\test\Testdemo\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-07-04 00:15:29 - Testdemo] 
[2016-07-04 00:15:29 - Testdemo] E:\test\Testdemo\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-07-04 00:15:29 - Testdemo] 
[2016-07-04 00:15:29 - Testdemo] E:\test\Testdemo\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2016-07-04 00:15:29 - Testdemo] 

5. Eclipse Neon 4.6 Problems:
Description	Resource	Path	Location	Type
ActionBarActivity cannot be resolved to a type	MainActivity.java	/Testdemo/src/com/testdemo	line 8	Java Problem
ActionBarActivity cannot be resolved to a type	MainActivity.java	/Testdemo/src/com/testdemo	line 12	Java Problem
ActionBarActivity cannot be resolved to a type	MainActivity.java	/Testdemo/src/com/testdemo	line 32	Java Problem
error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.	styles.xml	/Testdemo/res/values	line 7	Android AAPT Problem
R cannot be resolved to a variable	MainActivity.java	/Testdemo/src/com/testdemo	line 13	Java Problem
R cannot be resolved to a variable	MainActivity.java	/Testdemo/src/com/testdemo	line 19	Java Problem
R cannot be resolved to a variable	MainActivity.java	/Testdemo/src/com/testdemo	line 29	Java Problem
The import android.support.v7 cannot be resolved	MainActivity.java	/Testdemo/src/com/testdemo	line 3	Java Problem
The method getMenuInflater() is undefined for the type MainActivity	MainActivity.java	/Testdemo/src/com/testdemo	line 19	Java Problem
The method onCreate(Bundle) of type MainActivity must override or implement a supertype method	MainActivity.java	/Testdemo/src/com/testdemo	line 11	Java Problem
The method onCreateOptionsMenu(Menu) of type MainActivity must override or implement a supertype method	MainActivity.java	/Testdemo/src/com/testdemo	line 17	Java Problem
The method onOptionsItemSelected(MenuItem) of type MainActivity must override or implement a supertype method	MainActivity.java	/Testdemo/src/com/testdemo	line 24	Java Problem
Unparsed aapt error(s)! Check the console for output.	Testdemo		line 1	Android Problem

So I request herewith kindly resolve this issue in New Updated Eclipse Neon v4.6 for Android Developers, and I am facing this problems from so many days. Also I have submitted old bugs related to Android Project, now this is the latest bug found in Eclipse Neon v4.6.

Awaiting for your reply to sort out this issue as soon as possible as per priority.


Regards


Virang Kansagara
Comment 1 Patrik Suzzi CLA 2016-09-20 04:59:59 EDT
Sorry for the late reply, and thanks for reporting!

I'm moving this bug to andmore, where it can get more love :)

Does the error still happen if you clear the workspace and create a new one?

If yes, please and describe how to reproduce:
- which eclipse you have + which plug-ins
- exact steps to reproduce
Comment 2 Matthew Piggott CLA 2016-10-13 16:21:24 EDT
Are you attempting to use Nougat? It isn't yet supported.