Mobideck / appdeck

AppDeck is a mobile hybrid application engine for iOS and Android.
http://www.appdeck.mobi/
47 stars 22 forks source link

Android - Crash when misconfigure AppDeck screens field #63

Closed SouhailJebali closed 7 years ago

SouhailJebali commented 8 years ago

If by mistake we put an illegal character in Logo field of AppDeck screens config, this causes the crash of the app at launch (the build and installation).

Error Log :

09-02 09:50:30.363 29505-29545/? E/AndroidRuntime: FATAL EXCEPTION: appdeckInit Process: com.gamewave.app, PID: 29505 java.lang.IllegalArgumentException: Illegal character in path at index 0: ^\/.*.\/.?commentaire=1$ at java.net.URI.create(URI.java:730) at java.net.URI.resolve(URI.java:1260) at com.mobideck.appdeck.ScreenConfiguration.(ScreenConfiguration.java:90) at com.mobideck.appdeck.Configuration.readConfiguration(Configuration.java:231) at com.mobideck.appdeck.Configuration.readConfiguration(Configuration.java:69) at com.mobideck.appdeck.AppDeck.(AppDeck.java:147) at com.mobideck.appdeck.Loader$2.run(Loader.java:265) at java.lang.Thread.run(Thread.java:818)