react-native-file-selector icon indicating copy to clipboard operation
react-native-file-selector copied to clipboard

FilePickerActivity cannot start

Open wujialin9 opened this issue 7 years ago • 2 comments

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.newrouter/com.nbsp.materialfilepicker.ui.FilePickerActivity}: java.lang.RuntimeException: Failed to resolve attribute at index 1362 at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2327) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2392) at android.app.ActivityThread.access$800(ActivityThread.java:153) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1305) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:135) at android.app.ActivityThread.main(ActivityThread.java:5293) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698) Caused by: java.lang.RuntimeException: Failed to resolve attribute at index 1362

wujialin9 avatar Oct 09 '18 09:10 wujialin9

I got this working, check this https://github.com/prscX/react-native-file-selector/issues/11#issuecomment-428352128

ricbermo avatar Oct 09 '18 21:10 ricbermo

Thanks @ricbermo for sharing the solution and it's reference.

Thanks </ Pranav >

prscX avatar Oct 14 '18 08:10 prscX