Let me know the solution of this issue asap. This is the fifth day and I am not able to find any solution.
Hi Tarun,
I tried the solution you provided. But when I am running the program following error is coming
Installation failed since the device possibly has stale dexed jars that don’t match the current version (dexopt error). In order to proceed, you have to uninstall the existing application. WARNING: Uninstalling will remove the application data! Do you want to uninstall the existing application?
What should be done? Let me know asap.
Hi Tarun,
I am getting this issue when creating project from the scratch.Not for a particular project.I tried for both android.pdf and android.word i am getting the same issue.
I tried to integrate Aspose.Cells for Android in Android Studio. I’m getting the following errors:
ERROR: Registry editing has been disabled by your administrator.
ERROR: This version of D:\Studio sdk\tools\lib\find_java64.exe is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
This is the entire error message:
ERROR: Registry editing has been disabled by your administrator.
ERROR: This version of D:\Studio sdk\tools\lib\find_java64.exe is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program. Then, contact the software publisher.
ERROR: Registry editing has been disabled by your administrator.
This version of D:\Studio sdk\tools\lib\find_java64.exe is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
ERROR: Registry editing has been disabled by your administrator.
This version of D:\Studio sdk\tools\lib\find_java64.exe is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
ERROR: Registry editing has been disabled by your administrator.
This version of D:\Studio sdk\tools\lib\find_java64.exe is not compatible with the version of Windows you're running. Check your computer's
system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
ERROR: Registry editing has been disabled by your administrator.
This version of D:\Studio sdk\tools\lib\find_java64.exe is not compatible with the version of Windows you're running. Check your computer's
system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
:app:dexDebug
ERROR: Registry editing has been disabled by your administrator.
This version of D:\Studio sdk\tools\lib\find_java64.exe is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program and then contact the software publisher
The error code
What should be done?
Hi Tarun,
will investigate this issue in details and will keep you updated on the status
of a correction. We
apologize for your inconvenience.
I have tried integration of aspose in eclipse as well as in android studio. But for both the cases I am getting memory error. I case of eclipse there was heap size error and for android there was GC overhead limit exceeded.
Hi,
For the error:
Tarun Rai: I tried to integrate aspose.cells for android in android studio I getting the following error:
ERROR: Registry editing has been disabled by your administrator.
........
This version of D:\Studio sdk\tools\lib\find_java64.exe is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
......
Seeing the error you pasted, we think this is due to the fact that you are using JAVA 64-bit on a 32-bit system. The issue is not concerned with Aspose.Cells for Android by any means. So, you should use 32-bit JDK/JRE for your 32-bit OS system accordingly.
Thank you.
Tarun Rai:
I have tried integration of aspose in eclipse as well as in android studio. But for both the cases I am getting memory error. I case of eclipse there was heap size error and for android there was GC overhead limit exceeded.I believe that there is some issue of memory in the jar file of aspose that is leading to this error.I am attaching the error occured in android studio while running this code.
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
debug {
debuggable true
}
}
dexOptions {
javaMaxHeapSize "4g"
}
I did the required change now when I am running the application of aspose.pdf for android I am getting StackOverFlowError-stack size 8 mb.
Hi Tarun,
I am trying to share with you the source code with you but whilw uploading the zip file I am getting 404 error. I tried it through E-mail but there also I got Error404.
Hi Tarun,
Below is the aspose.cell code for android studio it is showing GC limit exceeded error.(AsposeCells.zip)
Hi Tarun,
I tried to include the dexOption in build.gradle but after including it build.gradle was facing issues on sync it with project. So I was not able to execute the program.
Hi Tarun,
Error was not there but I was not able to sync the project.
Hi Tarun,