B4X:
B4A version: 5.02 (1)
Parsing code. (0.35s)
Compiling code. (0.60s)
Compiling layouts code. (0.15s)
Generating R file. (0.08s)
Compiling generated Java code. (9.17s)
Convert byte code - optimized dex. Error
trouble writing output: Too many field references: 66775; max is 65536.
You may try using --multi-dex option.
References by package:
5 android.app
7 android.content.pm
19 android.graphics
1 android.hardware
6 android.os
7 android.provider
4 android.util
3 android.view
119 anywheresoftware.b4a
25 anywheresoftware.b4a.agraham.reflection
81 anywheresoftware.b4a.keywords
125 anywheresoftware.b4a.keywords.constants
188 anywheresoftware.b4a.objects
13 anywheresoftware.b4a.objects.collections
15 anywheresoftware.b4a.objects.drawable
3 anywheresoftware.b4a.objects.streams
172 anywheresoftware.b4a.phone
70 anywheresoftware.b4a.randomaccessfile
105 aurelienribon.tweenengine
56 aurelienribon.tweenengine.equations
2 aurelienribon.tweenengine.primitives
65630 b4a.example
101 com.rootsoft.tweenengine
9 java.lang
4 java.lang.annotation
2 java.nio
1 java.util
2 java.util.concurrent
This is what I am getting now when I try to compile my app, I have been working on it for a while so it is pretty big, but I have never seen this until today. I have looked into the multi-dex that it mentions, but I can't find anything that pertains to B4A and the issue. I REALLY hope this is an easy, quick fix. I appreciate any help! Thanks!