android-support-v7-appcompat Do not generate . jar

Asked

Viewed 107 times

2

I’m importing the android-support-v7-appcompat project that lies on: '../Android/sdk/extras/android/support/v7/appcompat/'

Configure it as reported in android documentation, despite not showing any error happens that is not generating the .jar inside the briefcase bin.

It doesn’t actually generate anything in the bin, someone has had this kind of problem?

I’m using the Eclipse Luna in the MacOs.

  • It should have generated, within the BIN is the .jar appcompat, androidManifest.xml and the folder RES, Have you already assigned appcompat to your project? properties > Android > Library > select appcompat > OK.

  • This could be a compatibility issue with the IDE. Try using the official Android IDE, Android Studio: https://developer.android.com/sdk/index.html

1 answer

1


I was able to find the error!
All the architecture I’m using is 64bits and the eclipse was 32!
With the right eclipse, everything worked correctly!

  • I didn’t get it, you were using a 64bit SDK and your eclipse was 32bits that?

  • Exactly! !!!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.