Java Question Issue with Simple Library Compiler

Gerardo52

Member
Licensed User
Hi,

I am writing to you for little help that I don't know where to find quickly.

during compilation of ArcGisAndroid library created by the member "tchart" I receive this error.
Can you help me about please? Tchart does not has replied to my question.

Message when I start compile.bat:

Library Name = AGSforAndroidProxy
Library Source Directory = "D:\PROGETTI\B4A\AGSforAndroidProxy-master\AGSforAndroidProxy-master"
B4A Library Compiler = D:\PROGETTI\B4A\SimpleLibraryCompiler\SimpleLibraryCompiler\LibraryCompiler.exe


Simple Library Compiler
Starting step: Compiling Java code.
exists: True
exists2: True
D:\PROGETTI\B4A\AGSforAndroidProxy-master\AGSforAndroidProxy-master\src\com\tchart\ags\proxy\android\action\IdentifyResultSpinnerAdapterWrapper.java:8: error: package com.esri.android.action does not exist
import com.esri.android.action.IdentifyResultSpinnerAdapter;
^
1 error

javac 11.0.1

Error.

Done!


What I must do to fix this issue? Can someone help me? Thank you so much
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Which library are you wrapping? You need to put the jar that it depends on, in the libs folder.

 

Gerardo52

Member
Licensed User
Hi Erel,

I am following the suggestion and using the files of this post:



Thanks
 

Gerardo52

Member
Licensed User
I am a C proframmer. I supposed that and I am hoping that the author or someone else will give me some little help about.
Thank you Erel
 

tchart

Well-Known Member
Licensed User
Longtime User
@Gerardo52 I replied to the original thread. What version of the ArcGIS SDK are you using? I think they have refactored the class names. I haven't looked at this library in several year.
 

Gerardo52

Member
Licensed User
Hi tchart.
I am using this
arcgis-android-sdk-v10.2.9.zip
It seems to contain the libs you suggested in your pdf file.

Thank you indeed for your precious help
 
Top