apptentive / apptentive-android

Apptentive Android SDK
http://www.apptentive.com
BSD 3-Clause "New" or "Revised" License
65 stars 64 forks source link

Getting error Style Resource definition cycle #93

Closed spectrumColors closed 9 years ago

spectrumColors commented 9 years ago

Getting this error at time of making Sing APK

Error: Style Resource definition cycle: ApptentiveHeader => ApptentiveHeader.Plain => ApptentiveHeader [ResourceCycle] Error: Style Resource definition cycle: ApptentiveHeaderText => ApptentiveHeaderText.Plain => ApptentiveHeaderText.Default => ApptentiveHeaderText [ResourceCycle] Error: Style Resource definition cycle: ApptentiveMainArea => ApptentiveMainArea.Plain => ApptentiveMainArea [ResourceCycle] Error: Style Resource definition cycle: ApptentiveMessageCenterDrawer => ApptentiveMessageCenterDrawer.Plain => ApptentiveMessageCenterDrawer [ResourceCycle]

skykelsey commented 9 years ago

Hello,

The styles causing your problem no longer exist. Please use the most current release of the SDK, and let me know if you have any further problems with styles.

naveedahmad99 commented 8 years ago

Here is the solution : http://stackoverflow.com/a/36109905/2915785