Search Results

by johnamaro
Tue Sep 15, 2020 1:15 am
Forum: Java
Topic: Android Studio 3.6.1 and Phidget22 examples?
Replies: 1
Views: 18041

Re: Android Studio 3.6.1 and Phidget22 examples?

Make sure your build.gradle is apply plugin: 'com.android.application' not apply plugin: 'com.android.library' After you have changed, please sync your gradle again. or try this I fixed this by adding facets in Module settings. They were missing. right click on project > open Module settings > Facet...