optimized dex. Error at B4A 1.90.

Amalkotey

Active Member
Licensed User
Longtime User
Hello,

after I b4a 1.90 tested, I converted my projects after B4A 1.90. Now, my projects are no longer compiled and created. I get following message and terminates the process.

B4X:
Compiling code.                         0.27
Compiling layouts code.                 0.03
Generating R file.                      0.00
Compiling generated Java code.          3.14
Convert byte code - optimized dex.      Error
Process timed out.
You can change the timeout value under Tools - IDE Options.   Standard dexer.

After I a complete restart of my systems have done, I then compile. A second attempt I get again then the message and the process is canceled. Why is that? Is there a way to convert the activities back in the version 1.80.

Thanks for the help in advance.

-Amalkotey-
 
Last edited:

DarkAngel

Member
Licensed User
Longtime User
I'm stuck with this error:
upload_2015-7-5_12-38-52.png
 

Attachments

  • upload_2015-7-5_12-38-21.png
    upload_2015-7-5_12-38-21.png
    13.1 KB · Views: 124
Upvote 0

DarkAngel

Member
Licensed User
Longtime User
Hi Erel,

After installing a few SDK extras the problem solved it self, just couldn't figure exactly what was causing.

I had platform android-21 and changed to 22 on paths, also:
Changed this "<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>"
to this "<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="18"/>
I don't have app version under 18 installed on SDK, so I think this could be causing the issue.

But then again:
It could be the Google maps library.
It could be b4a key file, since was showing some error, but still open the program.
Since I have the project in the cloud and I changed the local folder it may caused some issues.


Anyway its working now flawless.

Thank you for the advices :)
 
Upvote 0
Top