I used this line of code in a Java class to retrieve a URI which i used to customize the ClassLoader:
String uri = getClass().getProtectionDomain().getCodeSource().getLocation().getPath();
Now the same line of code in an Android App in the MainActivity to be exact throw a null pointer exception.
Is there something special for Android development ?
Thanks.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…