-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it's can open in android studio? #13
Comments
https://github.com/Nullifier1571/kollin-assimp.git this is my project |
I currently don't have android studio installed. I can not reproduce your error with intellij idea, but this might be because I don't have the android sdk installed. repositories{
maven { url 'https://jitpack.io' }
}
dependencies {
implementation "com.github.kotlin-graphics:assimp:$assimpVersion"
} AFAIK there is a problem with the latest releases but this commit(64e30d6) should work. I probably should create a new release but I am new to the project so I have not yet had the time to do it 😉 |
I'll be back from holidays tomorrow, I'll take a look at it later this week
if you didnt solve yet
Il giorno lun 3 set 2018 alle ore 02:49 Burkhard Mittelbach <
[email protected]> ha scritto:
… I currently don't have android studio installed. I can not reproduce your
error with intellij idea, but this might be because I don't have the
android sdk installed.
Before I go and set up an entire android development environment I have a
question. Do you plan on modifying assimp or why did you add it to your
build as it's own gradle module? If you just want to use it you should
import it using gradle.
repositories{
maven { url 'https://jitpack.io' }
}
dependencies {
implementation "com.github.kotlin-graphics:assimp:$assimpVersion"
}
AFAIK there is a problem with the latest releases but this commit(64e30d6
<64e30d6>)
should work.
I probably should create a new release but I am new to the project so I
have not yet had the time to do it 😉
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEyb0uUeGYhW9iaZvh1i-6IthKiiHqCtks5uXHyvgaJpZM4WPImj>
.
|
Hello, I don't know what values are in the assimpVersion list, can you tell me the latest values? |
The last releases is 'v4.0-beta.11' but as I said I think there is a version problem with it. Right now I would use |
I tried this version of v4.0-beta.11, which is problematic ERROR: Failed to resolve: org.lwjgl:lwjgl:3.1.7-SNAPSHOT |
As I said twice now, there is a problem with the last few releases, you should use |
This 64e30d6 version still has problems, I got some error information org.gradle.execution.MultipleBuildFailures: Build completed with 1 failures. |
@LoobyH yes i also get this error |
I mention above problem is not the error of this project FAILURE: Build failed with an exception.
line:5 --> google() Hope these information are helpful to you |
@Nullifier1571 I cloned your project, I synced and everything was fine on my side. Tested on Ubuntu |
@elect86 I am using is Ubuntu, there will be a problem only in the Android development environment, other environment is ok |
So basically we are not those to blame, arent we? :p Consider closing if this doesnt come from assimp itself ;) |
I don't think this will work at all. The problem as I understand it, is that you are trying to use this on android. Assimp however (at least for now) still depends on lwjgl which includes native bindings. |
Yes, I want to use depends on the project in android, thank you very much for your guidance |
I typed the LWJGL package again according to lwjgl-android and re-relied, and the result was still the previous problem Is there any good suggestion for me to try to revise? |
It looks like it's a bug |
@elect86 Yeah,that's the bug.I can use your project on android.Thank you very much. |
Can a file path under assert be passed as a parameter to the readFile method? |
What do you mean exactly? Can you write a short example? |
i tried both of which had errors |
what errors do you get? |
get these errors |
hi,i open it in android sutdio,it occured this error --->Failed to open zip file.Gradle's dependency cache may be corrupt
The text was updated successfully, but these errors were encountered: