Get Started! - Gachon-SLB/SmartCampus GitHub Wiki


πŸ’›πŸ’™πŸ’š

Development System

OS: Window 8 and Window 10
IDE: Android Studio
API 25: Android 7.0 (Nougat)
Device: Samsung Galaxy Note 4, LG G6



πŸŒ€ bleBeaconScanner in the SmartCampus app πŸ“±

How to Use

  1. Create your Android project (or Prepare your application)
  2. Download our library 'bleBeaconScanner-release.aar' file
  3. Copy the file that you downloaded and paste 'Libs' directory of your project
  4. Add below code in your build.gradle file

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    testCompile 'junit:junit:4.12'
    compile 'com.android.support:appcompat-v7:23.1.1'

    compile(name:bleBeaconScanner-release', ext:'aar')
}

repositories {
    flatDir {
        dirs 'libs'
    }
}

Reference: [μ•ˆλ“œλ‘œμ΄λ“œ μŠ€νŠœλ””μ˜€] ν”„λ‘œμ νŠΈμ— AAR 파일 μΆ”κ°€ 방법


πŸ‘‰ If you need some more information in detail, you can check here! πŸ‘ˆ

We hope it helps you! πŸ™

⚠️ **GitHub.com Fallback** ⚠️