B4A Library [Tool] Simple Library Compiler - Build libraries without Eclipse

Status
Not open for further replies.

tchart

Well-Known Member
Licensed User
Longtime User
V1.00 was released. Fixes the bug with the empty b4aignore field and also adds support for adding additional files to the jar. See the "Tips" in the first post.

Awesome work Erel. Its working great now and is including my .so files too!
 

tchart

Well-Known Member
Licensed User
Longtime User
You need to set the path to your "additional paths" folder in the B4A IDE

Look under Tools>Configure Paths
 

andre.astafieff

Member
Licensed User
Longtime User
You need to set the path to your "additional paths" folder in the B4A IDE

Look under Tools>Configure Paths

Ok

now displays the following error when compiling:

Starting step: Compiling Java code.
Completed successfully.
Starting step: Creating jar file.
Completed successfully.
Starting step: Creating XML file.
javadoc: error - No packages or classes specified.

Error.


se mando compilar novamente:

Starting step: Compiling Java code.
javac 1.7.0_21
javac: directory not found: bin\classes
Usage: javac <options> <source files>
use -help for a list of possible options


Error.
 

Marcob

Member
Licensed User
Longtime User
"Cannot find Basic4Android folder" error

When I run LibraryCompiler.exe I get this error.
I placed the file LibraryCompiler.exe into Basic4android folder.
I tried to add to the system path variable the string of the actual path:

E:\Programmi\adt-bundle-windows-x86-20130219\Anywhere Software\Basic4android\

but the error remains. Could the space between Anywhere and Software generate this problem ?
Do you have any suggestions ?

Thank you.

ps
I'm using WinXP
 

Attachments

  • CF_error.png
    8.3 KB · Views: 447

bloxa69

Active Member
Licensed User
Longtime User

I guess the wrapper is supposed to be small, it's only several lines of code. The lib itself (Flurry_3.2.1.jar) is 1.7 MB and it's supposed to be in the same folder.
Anyway, I compiled it the same way, I get the same 3 properties/methods. I ran my test app and the session didn't register in my Flurry's account. I gave it one day to propagate, but still nothing.

Just in case the code:

B4X:
   fl.StartSession("MYFLURRYAPPKEY")
   fl.LogEvent("test1")
   fl.EndSession
 

stevel05

Expert
Licensed User
Longtime User
Thanks Erel,

Just tried this out, it's great tool. Nice and easy for one off libs.
 

Theera

Well-Known Member
Licensed User
Longtime User
How to download the FlurryAgent.jar?

Hi all,
In the website written as "Flurry Analytics isn't just free of charge." Do I must paid before to test? I would like the FlurryAgent.jar file directly. Could someone give me for test this thread?
 
Last edited:

Theera

Well-Known Member
Licensed User
Longtime User
Hi all,
I've tested another one instead of this, I've done it. Please forget my requested.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…