Bug 472001 - Not found parent theme from attached project
Summary: Not found parent theme from attached project
Status: ASSIGNED
Alias: None
Product: andmore
Classification: Tools
Component: General (show other bugs)
Version: 0.5-M1   Edit
Hardware: PC Windows 8
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: David Carver CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-07 02:29 EDT by Andrzej Borucki CLA
Modified: 2015-07-08 14:25 EDT (History)
1 user (show)

See Also:


Attachments
Project created by Android Studio, customized to Eclipse (30.87 KB, application/x-zip-compressed)
2015-07-07 02:29 EDT, Andrzej Borucki CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrzej Borucki CLA 2015-07-07 02:29:00 EDT
Created attachment 255002 [details]
Project created by Android Studio, customized to Eclipse

Error is (tested) in Eclipse Mars and Luna.
1. Create project android-support-v7-
appcompatc:\adt\sdk\extras\android\support\v7\appcompat 
2. Create project FullscreenActivity from sources - BadApp directory

Is error in FullscreenActivity/res/values/styles.xml:
Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
Despite is this theme in android-support-v7-appcompat/res/values/themes.xml
Comment 1 David Carver CLA 2015-07-07 21:43:19 EDT
I have a feeling this is due to some changes with appcompat that is being distributed with the latest SDKs.   thanks for the attachment will try to schedule some time to look into this.
Comment 2 Andrzej Borucki CLA 2015-07-08 13:51:19 EDT
Like ADT is behavior: 
- If we create new application in Workspace - is OK
- If we crate new application in specified folder - appears this error. Library appcompat_v7 is always in Workspace and when project is not - can not found resources ?
Comment 3 David Carver CLA 2015-07-08 14:25:58 EDT
(In reply to Andrzej Borucki from comment #2)
> Like ADT is behavior: 
> - If we create new application in Workspace - is OK
> - If we crate new application in specified folder - appears this error.
> Library appcompat_v7 is always in Workspace and when project is not - can
> not found resources ?

Okay so you are creating a project outside the work space, and referencing it there, but the app compat is in the workspace?

I'll see if I can look at this, this weekend.