Shabinder Singh
02/10/2021, 5:37 PMShabinder Singh
02/10/2021, 5:39 PMShabinder Singh
02/10/2021, 5:44 PMjim
02/10/2021, 6:49 PMShabinder Singh
02/10/2021, 6:50 PMShabinder Singh
02/10/2021, 6:50 PMvectorXmlResource()
jim
02/10/2021, 6:54 PMclassLoader.getResourceAsStream(String)
. You mentioned that (2) "drawable/ic_spotiflyer_logo.xml" didn't work for you, right? Can you open up the jar file and verify that the xml file exists within your jar at drawable/ic_spotiflyer_logo.xml
?jim
02/10/2021, 6:56 PMThread.currentThread().contextClassLoader.getResourceAsStream(String)
directly and ensure it returns a non-null value.Shabinder Singh
02/10/2021, 6:57 PMjim
02/10/2021, 7:01 PMvectorXmlResource()
function even available on Android? I was pretty sure that was a desktop-only code path.Shabinder Singh
02/10/2021, 7:02 PM