Reputation: 83
I am trying to run the sample of Fire-Phone SDK in Eclipse and Android Studio but in the XML file it gives the Error. Error is "No Resource Identifier found for 'headerTitle','actionMenu','headerSubtitle', etc. in amazon " and also i will follow the all step which is described in the given link https://developer.amazon.com/public/solutions/devices/fire-phone/docs/implementing-headernavigationbar in amazon developer site.....
Upvotes: 4
Views: 171
Reputation: 5697
You cannot use Eclipse for accessing amazon xml resources.
This what they say in their website
"Note: Applications that need to compile with Amazon XML resources are not supported in Eclipse, and require use of the Gradle plugin."
Move to Android Studio :)
https://developer.amazon.com/public/solutions/devices/fire-phone/docs/setup
Upvotes: 1