Java Question External library

Carles Escudé

Member
Licensed User
Longtime User
Hello,

I have an external library jar file. I also have all the Android Studio project.

What I miss is the XML file.
I am trying to generate it with Simple Library Compiler (v1.06) but I get the following error:

Starting step: Compiling Java code.
javac 1.8.0_151
:: PATH ::\android\sdk\demo\DialogHelper.java:4: error: package android.support.v7.app does not exist
import android.support.v7.app.AlertDialog;
^
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
1 error


Error.

Any suggestions?

Many thanks
 
Top