I cannot seem to get a response on the app through pressing play/pause buttons on my remote. I am simply attempting to log a message when the KeyEvent is detected, but I cannot seem to trigger the event. My play/pause button works fine when tested on other apps. Do I need to add a receiver in order to allow the event to register?
Last edit: Anonymous 2015-11-02
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am new to Android and am running into the following issue when trying to build the project:
"Error:(13, 34) java: package android.support.v4.content does not exist".
All resources I have found online instruct me to configure build.gradle, which I cannot seem to locate in the project files. Inside libs folder I see that android-support-v4.jar exists. Any ideas to how to build open camera?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
I cannot seem to get a response on the app through pressing play/pause buttons on my remote. I am simply attempting to log a message when the KeyEvent is detected, but I cannot seem to trigger the event. My play/pause button works fine when tested on other apps. Do I need to add a receiver in order to allow the event to register?
Last edit: Anonymous 2015-11-02
Originally there was a post here:
I am new to Android and am running into the following issue when trying to build the project:
"Error:(13, 34) java: package android.support.v4.content does not exist".
All resources I have found online instruct me to configure build.gradle, which I cannot seem to locate in the project files. Inside libs folder I see that android-support-v4.jar exists. Any ideas to how to build open camera?
I'm not sure I'm afraid - I use Eclipse, not sure about Android Studio.
Make sure you have the latest "Extras/Android Support Library" installed in Android SDK Manager. Possibly try refreshing and cleaning the project?