Error on Debug Compiling Only

HarveyKwok

Member
Licensed User
Longtime User
Erel,
The following Compiling happened with Debug only, It would not happen when use release compile mode, even it could running normally!
Compiling code. 0.02
Compiling layouts code. 0.02
Generating R file. 0.00
Compiling generated Java code. Error
B4A line: 21
End Sub
javac 1.6.0_25
src\color\psygame\color.java:154: cannot find symbol
symbol : class psygame
location: class color.psygame.color
return new Object[] {"aR",_ar,"aG",_ag,"aB",_ab,"aN",_an,"Main",Debug.moduleToString(color.psygame.main.class)};
^
1 error
 
Last edited:

HarveyKwok

Member
Licensed User
Longtime User
Oh, Sorry, due to I don't think/know it is bug!
Could you help to transfer it, or I need to open a new post on the right forum
 

ChrShe

Member
Licensed User
Longtime User
I'm getting the following compile error when compiling a debug version of my app. The app compiles find in "Release" mode.

What can I do to help track this down.

Compiling code. 0.35
Compiling layouts code. 0.10
Generating R file. 0.00
Compiling generated Java code. Error
B4A line: 287
End Sub
javac 1.7.0_03
src\com\AshevilleHumaneSociety\AHS\main.java:891: error: method StartDebugging in class Debug cannot be applied to given types;
Debug.StartDebugging(mostCurrent.activityBA, 31584, new int[] {13, 4, 4, 23, 6, 8, 7, 6, 21, 5, 2, 2, 8, 6, 8, 3, 5, 2, 2, 11}, "31ce76e8-f0d7-4b6f-ba54-cbe1160fc509");}
^
required: BA,int,int[]
found: BA,int,int[],String
reason: actual and formal argument lists differ in length
 

ChrShe

Member
Licensed User
Longtime User
Erel, you are awesome!!
Thank you so much!!! :sign0060:
 
Top