Bellafaire / Android-Companion-App-For-BLE-Devices

Provides an open source app which can send phone notifications and control phone functions over BLE
MIT License
43 stars 7 forks source link

Gradle sync failed #1

Closed paulmartinetti closed 3 years ago

paulmartinetti commented 3 years ago

Thanks for this project. My device, a Note 8, runs a new project in Android Studio, but I get this error when I import this project. It won't allow me to select my device or any device to run the project.

4:32 PM Gradle sync failed: com.android.tools.idea.gradle.project.sync.idea.issues.SdkPlatformNotFoundException: Module: 'app' platform 'android-29' not found. (22 s 383 ms)

Bellafaire commented 3 years ago

I believe that error indicates that you do not have the API 29 platform installed to your version of android studios. If you are using this project I highly reccomend taking a look at the newest update to the project which is an overall improvement in functionality.