Bug 463612 - Legacy appcompat_v7 project creation is using wrong nature ids
Summary: Legacy appcompat_v7 project creation is using wrong nature ids
Status: NEW
Alias: None
Product: andmore
Classification: Tools
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: David Carver CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 459569
Blocks:
  Show dependency tree
 
Reported: 2015-03-31 12:50 EDT by David Carver CLA
Modified: 2015-04-16 09:28 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Carver CLA 2015-03-31 12:50:32 EDT
The legacy format for appcompat_v7 when it is created by the new project wizard is adding this with the ADT legacy ids.  This is probably due to the project just being copied in, and not running through the Import Existing Andoid Code wizard.

Ultimately, we need to support AARs as that is the way forward and the old APKLib format for the project is deperacted and with newer Android SDKs you can't get the apklib format any longer.
Comment 1 David Carver CLA 2015-04-16 09:28:48 EDT
With 0.5-M1, you can after the project is created, right mouse click, Configure->Convert ADT project.

This will fix the import issues until we rework how this is done.