Question:
I want to know how to integrate Taplytics SDK into my Eclipse project. Is there only an Android Studio?
Answer:
In order to install Taplytics with Eclipse, and WITHOUT maven, you have to manually install ALL dependencies and sub-dependencies of our SDK:
- First, download the taplytics-1.9.2.aar
-
Rename it to taplytics-1.9.2.zip then unzip
-
The
classes.jar
inside of this file is what they need to import to eclipse
Then:
You'll need OkHttp, OkHttlUrlConnection, Okio, Socket.io all imported into eclipse somehow
Gradle/Maven handles all of these dependencies.
As you might agree, doing this manually is a giant pain, and we removed official Eclipse support because it was far too complicated once we started having more dependencies.
https://stackoverflow.com/questions/23777423/aar-in-eclipse-ant-project
Comments
0 comments
Please sign in to leave a comment.