M madSac Active Member Licensed User Longtime User Jan 26, 2013 #1 Hi, I am trying to make a library for to detect DTMF codes.its nearly finished but when i try to add it in b4a it gives error.Eclipse has that project opened if there is any problem in java structure or any code mistake ? Attachments err.jpg 45.6 KB · Views: 356
Hi, I am trying to make a library for to detect DTMF codes.its nearly finished but when i try to add it in b4a it gives error.Eclipse has that project opened if there is any problem in java structure or any code mistake ?
M MLDev Active Member Licensed User Longtime User Jan 26, 2013 #2 Sounds like you're missing the XML file for the library. Did you generate it?
M madSac Active Member Licensed User Longtime User Jan 26, 2013 #3 Yes,i generated it.It is named as dtmf.xml.
M madSac Active Member Licensed User Longtime User Jan 26, 2013 #4 Ah..i found it it was because i hadn't made any static function in that class.