1
When I try to access MEU_PROJETO_ANDROID - Properties - Java Build Path, the following message appears:
the Currently displayed page contains invalid values
The archive Androidmanifest.xml is like this:
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="21" />
And I can’t import any Android project to Eclipse, always appears the following:
Invalid project Description
Does anyone have any idea where the problem might be?
See if these 2 Soen questions help you: http://stackoverflow.com/questions/5784652/eclipse-invalid-project-description-when-creating-new-project-existing-so and http://stackoverflow.com/questions/3311474/problem-importing-android-archives-into-eclipse.
– Eduardo Silva
When I tried to import again, under another name, I had the same mistake... And the same error persists in all other attempts too.
– Juninho Cruz
PS.: I have a certain difficulty with topics in English.. It takes time to translate and I often miss important information on Google Transfer. I even researched many topics, in English, that contained the error "the Currently displayed page contains invalid values", but still nothing.
– Juninho Cruz