-
Notifications
You must be signed in to change notification settings - Fork 19
Description
First, I need to preface this with that I am not familiar with building applications in Android-Studio.
I installed Android Studio. When I open the TVKILL project in it I am getting this message in the Event Log:
Unsupported Modules Detected: Compilation is not supported for following modules: TVKILL. Unfortunately you can't have non-Gradle Java modules and Android-Gradle modules in one project.
When I try to run it I get the following in the Run tab:
21:24:03: Executing task...
21:24:04: Task execution finished.
This is the version of Android Studio I am running:
Android Studio 3.5
Build #AI-191.8026.42.35.5791312, built on August 9, 2019
JRE: 1.8.0_202-release-1483-b03 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Any idea what I am doing wrong?