Bitcoin Forum
May 12, 2024, 05:40:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Help needed!!!  (Read 704 times)
java.dev (OP)
Member
**
Offline Offline

Activity: 166
Merit: 10

CRYPTO CODING SERVICES !!!


View Profile
April 23, 2014, 09:55:16 PM
 #1

I an experience java and android developer but iam new to cryptos so I was exploring  android wallets  as well but when iam trying to export the github.com downloaded source to eclipse its giving me 100s of errors so even if I play around with the code I can't run it or compile apk from the source can anyone guide me in the right direction Huh?
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715535608
Hero Member
*
Offline Offline

Posts: 1715535608

View Profile Personal Message (Offline)

Ignore
1715535608
Reply with quote  #2

1715535608
Report to moderator
1715535608
Hero Member
*
Offline Offline

Posts: 1715535608

View Profile Personal Message (Offline)

Ignore
1715535608
Reply with quote  #2

1715535608
Report to moderator
techgeek
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000


View Profile
April 23, 2014, 10:08:34 PM
 #2

Link your code to let me have a look at it.

Or something cause I cant go off of nothing. But as for wallets have you checked or googled blockchain to see if they have an open source?

java.dev (OP)
Member
**
Offline Offline

Activity: 166
Merit: 10

CRYPTO CODING SERVICES !!!


View Profile
April 23, 2014, 10:12:53 PM
 #3

Link your code to let me have a look at it.

Or something cause I cant go off of nothing. But as for wallets have you checked or googled blockchain to see if they have an open source?
Its just the source of dogecoin android wallet available on github I just want to know why eclipse showing 100s or errors in it when it should be a working source  Huh

Github link :https://github.com/langerhans/dogecoin-wallet-new
poordeveloper
Hero Member
*****
Offline Offline

Activity: 896
Merit: 527


₿₿₿₿₿₿₿


View Profile WWW
April 23, 2014, 11:00:59 PM
 #4

Link your code to let me have a look at it.

Or something cause I cant go off of nothing. But as for wallets have you checked or googled blockchain to see if they have an open source?
Its just the source of dogecoin android wallet available on github I just want to know why eclipse showing 100s or errors in it when it should be a working source  Huh

Github link :https://github.com/langerhans/dogecoin-wallet-new
Do you mean in the emulator? Which emulator version are you using?

🎰 Bitcoin Casinos ⭐⭐⭐⭐⭐
.
🔵 Buy Bitcoin (Visa / Mastercard / SEPA / Bank Transfer / Western Union / MoneyGram / RIA)
java.dev (OP)
Member
**
Offline Offline

Activity: 166
Merit: 10

CRYPTO CODING SERVICES !!!


View Profile
April 24, 2014, 05:46:28 AM
Last edit: April 24, 2014, 06:09:27 AM by java.dev
 #5

I mean in eclipse only not in emulator the code has 100s of errors so I can't even compile an apk from the source without doing any changes.

The sources on github are suppose to be fully functional and working source right??? so why the sources iam cloning like dogecoin android wallet and litecoin android wallet can't be compiled(run) again in eclipse?Huh or am I doing something wrong Huh?
blacksails
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
April 24, 2014, 06:28:37 AM
 #6

I don't know exactly how java works, but are you sure you're not missing any libraries or something like that?
java.dev (OP)
Member
**
Offline Offline

Activity: 166
Merit: 10

CRYPTO CODING SERVICES !!!


View Profile
April 24, 2014, 06:40:44 AM
Last edit: April 24, 2014, 03:23:20 PM by java.dev
 #7

this is what iam doing:

go to github : https://github.com/langerhans/dogecoin-wallet-new

copy the link and opened git shell : git clone https://github.com/langerhans/dogecoin-wallet-new

after its been downloaded i am trying to open the project in eclipse and getting 100s of errors
Cryptogirl82
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
April 24, 2014, 08:01:52 PM
 #8

I an experience java and android developer but iam new to cryptos so I was exploring  android wallets  as well but when iam trying to export the github.com downloaded source to eclipse its giving me 100s of errors so even if I play around with the code I can't run it or compile apk from the source can anyone guide me in the right direction Huh?
.

Go to cryptsy.com and register there.you then have wallets for all of the important coins.

▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
PRIMEDICE
The Premier Bitcoin Gambling Experience @PrimeDice
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
java.dev (OP)
Member
**
Offline Offline

Activity: 166
Merit: 10

CRYPTO CODING SERVICES !!!


View Profile
April 24, 2014, 09:03:19 PM
 #9

I an experience java and android developer but iam new to cryptos so I was exploring  android wallets  as well but when iam trying to export the github.com downloaded source to eclipse its giving me 100s of errors so even if I play around with the code I can't run it or compile apk from the source can anyone guide me in the right direction Huh?
.

Go to cryptsy.com and register there.you then have wallets for all of the important coins.



Looks like you don't even understand what i was saying actually as i've tried the website got myself registered but hey its just a cryptocoin trading website nothing else  Undecided
Cryptopher
Legendary
*
Offline Offline

Activity: 1789
Merit: 1008


Keep it dense, yeah?


View Profile
April 29, 2014, 09:00:00 PM
 #10

I an experience java and android developer but iam new to cryptos so I was exploring  android wallets  as well but when iam trying to export the github.com downloaded source to eclipse its giving me 100s of errors so even if I play around with the code I can't run it or compile apk from the source can anyone guide me in the right direction Huh?

What are the errors exactly? Perhaps an issue with the class path?

In any case you should post up some of the errors that are being flagged up.

Sign up to Revolut and do the Crypto Quiz to earn $15/£14 in DOT
BitCoinDream
Legendary
*
Offline Offline

Activity: 2324
Merit: 1204

The revolution will be digital


View Profile
April 29, 2014, 09:56:36 PM
 #11

I an experience java and android developer but iam new to cryptos so I was exploring  android wallets  as well but when iam trying to export the github.com downloaded source to eclipse its giving me 100s of errors so even if I play around with the code I can't run it or compile apk from the source can anyone guide me in the right direction Huh?

I think u may ask in either of the following 2...

1. https://bitcointalk.org/index.php?board=6.0

2. https://bitcointalk.org/index.php?topic=361813.0

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!