Change package name org.traccar.client

Anton Tananaev8 years ago

What Java JVM and JDK versions do you have installed?

trkr8 years ago

java version "1.8.0_66"
Java(TM) SE Runtime Environment (build 1.8.0_66-b18)
Java HotSpot(TM) 64-Bit Server VM (build 25.66-b18, mixed mode)

Anton Tananaev8 years ago

What about JDK? Also, make sure it's configured correctly.

trkr8 years ago

JDK is set in JAVA_HOME variable as follows;
C:\Program Files\Java\jdk1.8.0_05

I am not sure where the issue could be?

Anton Tananaev8 years ago

Same. What if you create a new Android Studio project? Does it build?

trkr8 years ago

Yes it builds new project normally

Anton Tananaev8 years ago

Not sure why it doesn't build the project then. You can try to Google answer or copy source files and resource into a new project and build it from there.