mycelium-com / wallet-android

Mycelium Bitcoin Wallet for Android
http://mycelium.com
Other
668 stars 323 forks source link

Android Studio Build Failed #485

Closed Huihh closed 5 years ago

Huihh commented 5 years ago

I clone latest version, Used Android Studio3.2.1 buid project, but occure Error: "Unable to find a matching configuration of project :bitcoincashj:core: None of the consumable configurations have attributes. "

what should I do, Many Thanks

Vutov commented 5 years ago

I have probably similar issue (not sure), but its failing build related as well so I hope you don't mind me raising it here - Unable to resolve dependency for ':mbw@prodnetReleaseUnitTest/compileClasspath': Could not resolve project :modulespvcontract. and a few others with the same error. It happens when I try to build master branch. Using latest Android Studio. Any help will be greatly appreciated.

sergeylappo commented 5 years ago

Did you try to use git submodule init and then git submodule update?

Huihh commented 5 years ago

Did you try to use git submodule init and then git submodule update?

Thank you very much