ok, steps im following.
1-create new project from existing source
2-select Android\android-sdk\extras\android\compatibility\v4\samples\Support4Demos
3-finish
So, my beautiful eclipse creates the project but he erase the R.java class from gen so i get errors from every class of the package. I thing
Also, style.xml give me some error.
This is killing me because i can learn nothing from this for 3 days and i my friend google is not helping with this.
thx in advance!
I tried the same thing in Eclipse, and I saw on Most every file, there was a failed import:
import android.support.v4.app.DialogFragment;
import android.support.v4.app.FragmentActivity;
So, what I did to fix it, was:
The last two steps might not be needed. But when you do all this, it may fix it. You would also need to fix any error in the XML file.
EDIT:
Try this:
Android 3.2 was when the Holo theme was introduced.
Since ADT 17.0.0 issue you should put android-support-vX.jar
to /libs
folder and if you want to apply Holo theme in your application you should make targetSDKversion
in AndroidManifest.xml
equals 11 minimum
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With