Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

app:compileDebugJavaWithJavac FAILED #165

Open
vysakhcv opened this issue Sep 21, 2017 · 3 comments
Open

app:compileDebugJavaWithJavac FAILED #165

vysakhcv opened this issue Sep 21, 2017 · 3 comments

Comments

@vysakhcv
Copy link

error: constructor RCTSplashScreenPackage in class RCTSplashScreenPackage cannot
be applied to given types; .addPackage(new RCTSplashScreenPackage(this))

Please help me to fix this error !

@vysakhcv
Copy link
Author

i have removed .addPackage(new RCTSplashScreenPackage(this)) this line from Activity.. Now Worked.. whats the problem of this line?

@QingpingMeng
Copy link

looks like RCTSplashScreenPackage needs one more bool parameter.
.addPackage(new RCTSplashScreenPackage(this, true)) works for me

@0es
Copy link

0es commented Nov 30, 2017

the same problem
Why not fix it?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants