Possible Duplicate:
Conversion to Dalvik format failed with error 1 - After updating Android SDK & ADT
I've readed a lot of posts about this error, and tried most of the solutions but i can't find a solution for my project.
Eclipse only show me the error when I add into my AndroidManifest this line of code:
<!-- this is the problem line -->
<permission android:name="com.myproject.myproject.permission.C2D_MESSAGE" android:protectionLevel="signature" />
<!-- end of problem line -->
<uses-permission android:name="com.myproject.myproject.permission.C2D_MESSAGE" />
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
any solution please?
thanks in advance