This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
client/maim-sdl.o: | |
In function `SDL_ScaleBlit': | |
/home/d/math/src/games/roguelike/angband/mangband/mangband-version-1_1_4/src/client/maim-sdl.c:179: undefined reference to `ifloor' | |
/home/d/math/src/games/roguelike/angband/mangband/mangband-version-1_1_4/src/client/maim-sdl.c:181: undefined reference to `ifloor'. | |
/home/d/math/src/games/roguelike/angband/mangband/mangband-version-1_1_4/src/client/maim-sdl.c:194: undefined reference to `SDL_GetPixel'. | |
/home/d/math/src/games/roguelike/angband/mangband/mangband-version-1_1_4/src/client/maim-sdl.c:181: undefined reference to `iceil'. | |
/home/d/math/src/games/roguelike/angband/mangband/mangband-version-1_1_4/src/client/maim-sdl.c:179: undefined reference to `iceil'. | |
/home/d/math/src/games/roguelike/angband/mangband/mangband-version-1_1_4/src/client/maim-sdl.c:215: undefined reference to `SDL_PutPixel'. | |
collect2: error: ld returned 1 exit status. | |
Makefile:346: recipe for target 'mangclient' failed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android.annotation.TargetApi; | |
import android.nfc.Tag; | |
import android.nfc.tech.IsoDep; | |
import android.os.Build; | |
import android.os.Handler; | |
import android.os.HandlerThread; | |
import android.os.Looper; | |
import android.support.annotation.NonNull; | |
import android.support.annotation.Nullable; | |
import android.util.Log; |