euphony.lib.receiver does not exist #165
-
Hello ! There was a problem loading the euphony-0.7.1.6 library. Environment
bugWhen inserting objects into code, there is a problem that the app shuts down with a fatal exception to the EuRxManager. error message/Users/anseon-yeong/wave-show-card-listener/app/src/main/java/com/euphony/Euterpe/MainActivity.java:20: error: package euphony.lib.receiver does not exist I added the library to my project by referring to this page. bulid.gradle (app)plugins { android {
} dependencies {
} bulid.gradle(project)// Top-level build file where you can add configuration options common to all sub-projects/modules. task clean(type: Delete) { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I solved the problem the respondent : @ycs1m1yk |
Beta Was this translation helpful? Give feedback.
I solved the problem
I used an aar instead of a jar file
#17
the respondent : @ycs1m1yk