RfidResearchGroup / RFIDtools

RRG Android App for use with Proxmark3 RDV4 and the blueshark addon
GNU General Public License v3.0
472 stars 80 forks source link

Errors while building #28

Closed anonymix007 closed 4 years ago

anonymix007 commented 4 years ago

Where is a list of errors in Android Studio: image

And in cmd (gradlew build): image

xianglin1998 commented 4 years ago

Hello, anonymix 007. The RFID tools project has changed a lot, so it can't be compatible with the old source code. You need to execute a complete "git clone" command, which should solve most of your problems. Thank you for your feedback.

xianglin1998 commented 4 years ago

If you want to use a single module alone, please read the project code in detail, which will help you to extract the module.

anonymix007 commented 4 years ago

"git clone"

Okay, it helped.

If you want to use a single module alone, please read the project code in detail, which will help you to extract the module.

And if I want to compile Proxmark3 firmware compatible with app what do I need to do? Are there any instructions?

xianglin1998 commented 4 years ago

Now client can use cross compile. you can compile a linux executable file and pack to zip and update in assets/proxmark3.zip