How to debug errors in aide application | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to debug errors in aide application

I don't know

2nd Dec 2020, 11:16 AM
Dilitha Danujika
Dilitha Danujika - avatar
3 Answers
+ 5
In simple I don't have any idea how log reports works in AIDE as prior to Android studio. But the trick is pretty different, You have to use exception handling using try catch. And write the exception results in the separate file. Or simply use Toast. try{ String arr[] =new String [9]; String x=arr[10]; }catch(Exception e){ String error=e.toString(); //write error to the files or use Toast to display error }
2nd Dec 2020, 11:32 AM
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~ - avatar
+ 3
I got it 👍👍
3rd Dec 2020, 11:18 AM
Dilitha Danujika
Dilitha Danujika - avatar
0
Hi
12th Jan 2021, 6:25 AM
Shaurya Pratap Singh
Shaurya Pratap Singh - avatar