Vuforia-Samples-Android-Studio
Vuforia-Samples-Android-Studio copied to clipboard
Failed to resolve: com.jme3:jme3-android:3.2.+
Hi guy. I have a problem when build Sample on android studio.
Error:(20, 13) Failed to resolve: com.jme3:jme3-android:3.2.+ Error:(22, 13) Failed to resolve:com.jme3:jme3-terrain:3.2.++ Show in File Show in Project Structure dialog.
Please help me. Thank you
Do you have android SDK installed and what is your Android version
can confirm this with gradle 2.3.1 and buildVersion 25.0.0
This happned to me in android studio 2.3.3
Error:A problem occurred configuring project ':app'.
Could not resolve all dependencies for configuration ':app:_debugApkCopy'. Could not find any matches for com.jme3:jme3-android:3.0.+ as no versions of com.jme3:jme3-android are available. Required by: Vuforia-Samples-Android-Studio-master:app:unspecified Could not find any matches for com.jme3:jme3-terrain:3.0.+ as no versions of com.jme3:jme3-terrain are available. Required by: Vuforia-Samples-Android-Studio-master:app:unspecified
Any solution found for this. Please post if any answer
Any solution, please give us feedback.
problem JAVA_HOME environment. I done. Thanks you
Hi, I got the same issue running the project on Android studio 3.0 . I am using Ubuntu and the Android SDk location is /home/[username]/Android/Sdk . @tuananhse could you let me know what changes I need to do here, in order to successfully build the project.
@tuananhse please give me solution. Thanks
comment old maven and add this maven in build.gradle it will work // maven { // url 'http://updates.jmonkeyengine.org/maven' // } maven { url "http://dl.bintray.com/jmonkeyengine/com.jme3" }
It works for me..thanks @123pavan123