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.– Wellington Avelino
This could be a compatibility issue with the IDE. Try using the official Android IDE, Android Studio: https://developer.android.com/sdk/index.html
– rsicarelli