- Joined
- Apr 12, 2017
- Messages
- 72
- Reaction score
- 2
- First Language
- english
- Primarily Uses
- Other
please help me i keep getting this error for 3 days now im so lost
Attachments
-
270.2 KB Views: 25
I dont know if its true. But what i can say is the size of the file is much bigger than the webglhi ! can anyone tell me how i can change the crosswalk version in android studio i have a problem with sound ( i saw in a other thread that it can be fixed if i change crosswalk version to 18.48.477.13. )
ps: on with webview i got 13-15fps fix
with crosswalk i got: 30fps +
https://github.com/AltimitSystems/m...0fd8e817c77795fa7482f911/app/build.gradle#L92hi ! can anyone tell me how i can change the crosswalk version in android studio i have a problem with sound ( i saw in a other thread that it can be fixed if i change crosswalk version to 18.48.477.13. )
ps: on with webview i got 13-15fps fix
with crosswalk i got: 30fps +
How do I use that?Easiest way to go about it is to use Android SDK's jobb tool to create an expansion file and mount it using StorageManager. The game loads perfectly fine from the OBB mountpoint. I've just implemented that code, but it's pretty messy, so it'll be a while before I send a pull request for it.
hi ! can anyone tell me how i can change the crosswalk version in android studio i have a problem with sound ( i saw in a other thread that it can be fixed if i change crosswalk version to 18.48.477.13. )
ps: on with webview i got 13-15fps fix
with crosswalk i got: 30fps +
I tried changing the crosswalk version for my apk, but when I build it I get this error: https://puu.sh/CBYtE/82575da9de.png Is there any way to fix this?
WARNING: The specified Android SDK Build Tools version (27.0.3) is ignored, as it is below the minimum supported version (28.0.3) for Android Gradle Plugin 3.3.0.
Android SDK Build Tools 28.0.3 will be used.
To suppress this warning, remove "buildToolsVersion '27.0.3'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.
Remove Build Tools version and sync project
Affected Modules: app
compileSdkVersion 27
buildToolsVersion "27.0.3"
compileSdkVersion 27
compile fileTree(include: ['*.jar'], dir: 'libs')
implementation fileTree(include: ['*.jar'], dir: 'libs')
Wich kind of problem you have?It's probably not directed to my problem, but that did nothing to solve it. Hope that helps someone though.