Bitcoin Forum

Bitcoin => Bitcoin Wallet for Android => Topic started by: Apocalipsis on February 01, 2014, 10:59:11 PM



Title: .delete
Post by: Apocalipsis on February 01, 2014, 10:59:11 PM
.


Title: Re: BITCOIN ANDROID WALLET problem
Post by: Andreas Schildbach on February 01, 2014, 11:12:35 PM
You need to build bitcoinj first. Follow the readme section about bitcoinj.


Title: Re: BITCOIN ANDROID WALLET problem
Post by: Andreas Schildbach on February 01, 2014, 11:18:50 PM
Did you also do an "mvn install" of bitcoinj? What version? Can you show me the console output of that as well?


Title: Re: BITCOIN ANDROID WALLET problem
Post by: Andreas Schildbach on February 01, 2014, 11:28:54 PM
Can you show the whole console output, not just the summary? No, bitcoinj is not meant to sit inside bitcoin-wallet (or the other way round).


Title: Re: BITCOIN ANDROID WALLET problem
Post by: Andreas Schildbach on February 01, 2014, 11:59:31 PM
Ok, it claims it has copied the .jar and hopefully also the .pom to /home/alex/.m2/repository/com/google/bitcoinj/0.10.3/

Can you "ls -la /home/alex/.m2/repository/com/google/bitcoinj/0.10.3/" and post the output?


Title: Re: BITCOIN ANDROID WALLET problem
Post by: Andreas Schildbach on February 02, 2014, 09:27:28 AM
Ok, from there it should be picked up by the Bitcoin Wallet build.

Try just an "mvn clean install" in the bitcoin wallet project directory. You're obviously not in need of the android.sdk.path variable.


Title: Re: BITCOIN ANDROID WALLET problem
Post by: Andreas Schildbach on February 02, 2014, 11:03:20 AM
I honestly don't know why it doesn't find the bitcoinj dependency in your local maven repository. We just verified its there.

What version of Maven are you using? (mvn --version)

I must admit I'm using Ubuntu 13.10, although 12.04 should work as well.


Title: Re: BITCOIN ANDROID WALLET problem
Post by: Andreas Schildbach on February 02, 2014, 11:48:23 AM
I'm using the exact same Maven and Java versions.

Do you have a ~/.m2/settings.xml? If yes, can you move it away for a second and try again? If you used Maven before, maybe your settings.xml contains rules about which repositories are being used for resolving dependencies.


Title: Re: BITCOIN ANDROID WALLET problem
Post by: Andreas Schildbach on February 02, 2014, 01:01:12 PM
I'm sorry, I'm out of ideas. I suggest taking this issue to a Maven support group.