java.lang.RuntimeException: Unable to instantiate application com.android.tools.fd.runtime.BootstrapApplication: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.io.File.getPath()' on a null object reference
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
If the decompile process didn't work properly, try the Android APK Decompiler.
You must set the correct path and name in the manifest file to your own application class.
Solutions on the web
via Stack Overflow by divjad---
, 1 year agovia google.com by Unknown author, 1 year ago
via GitHub by pirogoeth
, 2 years agovia google.com by Unknown author, 1 year ago
via google.com by Unknown author, 1 year ago
via google.com by Unknown author, 1 year ago
java.lang.RuntimeException: Unable to instantiate application com.android.tools.fd.runtime.BootstrapApplication: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.io.File.getPath()' on a null object reference
at android.app.LoadedApk.makeApplication(LoadedApk.java:579)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4724)