My problem was Ide didnt detect Theme.AppCompat.Light
<style name="mytheme" parent="Theme.AppCompat.Light">
Then i decide to add appcompat module to my project!
When i add appcompat module to my project its return this error when compile it :
Error:android-apt-compiler: [android-support-v7-appcompat] ERROR: Unknown option '--output-text-symbols'
Error:android-apt-compiler: [android-support-v7-appcompat] Android Asset Packaging Tool
Im using Intelij Idea ide and android api 17 and also :
<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="19"/>