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