I got the exoplayer source code from GitHub, and put all aar files to libs, when compiling it, got this error message:
Starting step: Compiling Java code.
javac 1.8.0_40
D:\SimpleLibraryCompiler\ExoPlayer\src\anywheresoftware\b4a\objects\SimpleExoPlayerViewWrapper.java:11: error: package com.google.android.exoplayer2 do not exist
import com.google.android.exoplayer2.SimpleExoPlayer;
^
What's wrong?
Starting step: Compiling Java code.
javac 1.8.0_40
D:\SimpleLibraryCompiler\ExoPlayer\src\anywheresoftware\b4a\objects\SimpleExoPlayerViewWrapper.java:11: error: package com.google.android.exoplayer2 do not exist
import com.google.android.exoplayer2.SimpleExoPlayer;
^
What's wrong?