-
Notifications
You must be signed in to change notification settings - Fork 354
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
Comments
To build Android apps you need the Android SDK which includes those packages. |
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, |
Hello and thank you for your help, but I've already had installed those best regards, 2014-04-04 12:56 GMT+02:00 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. |
So there's nothing to do with the code to get it working on my samsung?
|
No.
|
Hallo again, best regards, 2014-04-04 14:18 GMT+02:00 Adam Nybäck notifications@github.com:
|
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
The text was updated successfully, but these errors were encountered: