Hello,
I’ve installed AIDE on my android phone (OnePlus 8 Pro, Android 11), and the first lessons proceeded smoothly until the string lesson.
The first run (with the text of the Texview hardcoded in the main.xml file) displays the application, but when I replace the text by “@string/hi_text”, as per lesson’s instructions, I’m greeted by a congratulations popup on top of an error message!
The layout isn’t displayed at all, all I get is a blank screen with a “Can not view the layout. Attempt to invoke interface method ‘java.lang.Object java.util.Map.get(java.lang.Object)’ on a null object reference”.
From what I could google, this looks like a null pointer issue, but then the code is simple and the IDE confirms that I didn’t make any typo, so I’m clueless as to what could cause this…
I tried to uninstall & reinstall AIDE to no avail. Skipping this lesson doesn’t help either, the following lesson on background images gives me the same error message.
Also, I’ve checked that the file access permissions are granted for AIDE.!
If anyone here has advices of things to check or explanations to this behavior, I’d be grateful!
Thanks in advance for your help, and good coding to you.