stenbln / Vuforia-Samples-Android-Studio

This is a Vuforia Samples App for Android Studio.
29 stars 20 forks source link

Failed to resolve: com.jme3:jme3-android:3.2.+ #1

Open tuananhse opened 7 years ago

tuananhse commented 7 years ago

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

stenbln commented 7 years ago

Do you have android SDK installed and what is your Android version

doschuster commented 7 years ago

can confirm this with gradle 2.3.1 and buildVersion 25.0.0

liorcom commented 6 years ago

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

ashokreddy-narra commented 6 years ago

Any solution found for this. Please post if any answer

dileepkantapop commented 6 years ago

Any solution, please give us feedback.

tuananhse commented 6 years ago

problem JAVA_HOME environment. I done. Thanks you

techievbv commented 6 years ago

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.

hvmien commented 6 years ago

@tuananhse please give me solution. Thanks

123pavan123 commented 6 years ago

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" }

ankitkesarwani commented 5 years ago

It works for me..thanks @123pavan123