Android Question Impossible to find core-3.2.1.jar into 8.30 IDE

uniplan

Active Member
Licensed User
Longtime User
Hi, I have installed the new 8.30 versione and i try to convert my old app into new android 27 version.
I received this message error:

Impossible to find "....my_path.../core-3.2.1.jar" into Library folder, but into library folder i have core-8.30.jar

Why i receive this error message?
How i can solve it?

Thank you.
 

DonManfred

Expert
Licensed User
Longtime User
Doesn´t look like the two files are related to each other...
 
Upvote 0

uniplan

Active Member
Licensed User
Longtime User
I already installed B4A into new folder and i have into installation library folder the core.jar
this library display into ide library as 8.30 (Core (version 8.30))

Now i want to compile and run this project but displayed this message:

Impossibile trovare: C:\Program Files (x86)\Anywhere Software\Basic4android\libraries\core-3.2.1.jar
 

Attachments

  • lib.jpg
    lib.jpg
    311.7 KB · Views: 283
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

uniplan

Active Member
Licensed User
Longtime User
yes...sorry ...i'm confused whith two libraries...i imported the core-3.2.1.jar and now i haven't this message.
Thank you
 

Attachments

  • lib2.jpg
    lib2.jpg
    337.9 KB · Views: 302
Upvote 0

Johan Schoeman

Expert
Licensed User
Longtime User
Hi, I have installed the new 8.30 versione and i try to convert my old app into new android 27 version.
I received this message error:

Impossible to find "....my_path.../core-3.2.1.jar" into Library folder, but into library folder i have core-8.30.jar

Why i receive this error message?
How i can solve it?

Thank you.
core-3.2.1.jar is a jar from the ZXing core library. It was version 3.2.1 of the ZXing core library.;)
 
Upvote 0
Top