Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many folders are missing in the zip-folder #11

Closed
Roberto77777 opened this issue Apr 3, 2014 · 7 comments
Closed

Many folders are missing in the zip-folder #11

Roberto77777 opened this issue Apr 3, 2014 · 7 comments

Comments

@Roberto77777
Copy link

Hello,
I've just downloaded the zip-file and compiled it but then there are everywhere errors and I think it's only because of the imports of some folders which aren't in the download-zip-file:

import se.anyro.nfc_reader.R;

import android.app.Activity;
import android.app.AlertDialog;
import android.app.PendingIntent;
import android.content.DialogInterface;
import android.content.Intent;
import android.nfc.NdefMessage;
import android.nfc.NdefRecord;
import android.nfc.NfcAdapter;
import android.nfc.Tag;
import android.nfc.tech.MifareClassic;
import android.nfc.tech.MifareUltralight;
import android.os.Bundle;
import android.os.Parcelable;
import android.provider.Settings;
import android.view.LayoutInflater;
import android.widget.LinearLayout;
import android.widget.TextView;

All those and some others aren't possible to import because the folder is missing, or am I wrong?

best regards,
Robert

@nadam
Copy link
Owner

nadam commented Apr 4, 2014

To build Android apps you need the Android SDK which includes those packages.
http://developer.android.com/sdk/index.html

@nadam nadam closed this as completed Apr 4, 2014
@Roberto77777
Copy link
Author

Hello and thank you for your help, but I've already had installed those packages, I they only weren't enabled in the project propreties. But now I have another problem, I ran it on my Samsung S4 (Android 4.4.2) and if I scan a card it says "This tag is not supported" but when I ran it on my Nexus 7 the app works properly! do you know what's the problem there?

best regards,
Robert

@Roberto77777
Copy link
Author

Hello and thank you for your help, but I've already had installed those
packages, I they only weren't enabled in the project propreties. But now I
have another problem, I ran it on my Samsung S4 (Android 4.4.2) and if I
scan a card it says "This tag is not supported" but when I ran it on my
Nexus 7 the app works properly! do you know what's the problem there?

best regards,
Robert

2014-04-04 12:56 GMT+02:00 Adam Nybäck notifications@github.com:

To build Android apps you need the Android SDK which includes those
packages.
http://developer.android.com/sdk/index.html

Reply to this email directly or view it on GitHubhttps://github.com//issues/11#issuecomment-39553130
.

@nadam
Copy link
Owner

nadam commented Apr 4, 2014

Yes. I assume the card has Mifare Classic or similar which is not supported by the NFC chip of the Samsung S4.

@Roberto77777
Copy link
Author

So there's nothing to do with the code to get it working on my samsung?
Am 04.04.2014 13:49 schrieb "Adam Nybäck" notifications@github.com:

Yes. I assume the card has Mifare Classic or similar which is not
supported by the NFC chip of the Samsung S4.

Reply to this email directly or view it on GitHubhttps://github.com//issues/11#issuecomment-39556721
.

@nadam
Copy link
Owner

nadam commented Apr 4, 2014

No.
On Apr 4, 2014 6:51 PM, "Roberto77777" notifications@github.com wrote:

So there's nothing to do with the code to get it working on my samsung?
Am 04.04.2014 13:49 schrieb "Adam Nybäck" notifications@github.com:

Yes. I assume the card has Mifare Classic or similar which is not
supported by the NFC chip of the Samsung S4.

Reply to this email directly or view it on GitHub<
https://github.com/nadam/nfc-reader/issues/11#issuecomment-39556721>
.

Reply to this email directly or view it on GitHubhttps://github.com//issues/11#issuecomment-39556822
.

@Roberto77777
Copy link
Author

Hallo again,
I want to change the color of the ID's in the list, how can I do that?

best regards,
Robert

2014-04-04 14:18 GMT+02:00 Adam Nybäck notifications@github.com:

No.
On Apr 4, 2014 6:51 PM, "Roberto77777" notifications@github.com wrote:

So there's nothing to do with the code to get it working on my samsung?
Am 04.04.2014 13:49 schrieb "Adam Nybäck" notifications@github.com:

Yes. I assume the card has Mifare Classic or similar which is not
supported by the NFC chip of the Samsung S4.

Reply to this email directly or view it on GitHub<
https://github.com/nadam/nfc-reader/issues/11#issuecomment-39556721>
.

Reply to this email directly or view it on GitHub<
https://github.com/nadam/nfc-reader/issues/11#issuecomment-39556822>
.

Reply to this email directly or view it on GitHubhttps://github.com//issues/11#issuecomment-39558656
.

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

No branches or pull requests

2 participants