j1LdqGQE|Fri 10/14/2011 -- 12:49:19.14|
--------------------------------------------------------------------------
java version "1.6.0_27"
Java(TM) SE Runtime Environment (build 1.6.0_27-b07)
Java HotSpot(TM) Client VM (build 20.2-b06, mixed mode, sharing)
--------------------------------------------------------------------------
|Thu 12/29/2011 -- 20:19:54.57|
--------------------------------------------------------------------------
java version "1.6.0_30"
Java(TM) SE Runtime Environment (build 1.6.0_30-b12)
Java HotSpot(TM) Client VM (build 20.5-b03, mixed mode, sharing)
Riders was unexpected at this time.
--------------------------------------------------------------------------
|Thu 12/29/2011 -- 20:38:31.18|
--------------------------------------------------------------------------
java version "1.6.0_30"
Java(TM) SE Runtime Environment (build 1.6.0_30-b12)
Java HotSpot(TM) Client VM (build 20.5-b03, mixed mode, sharing)
Riders was unexpected at this time.
what seems to be the problem, i can open the script but when i try to decompile this log happens and closes the script. pls help
i have the same problem too. Lets wait till someone see's this. Hope one of the devs.
we got to catch up upto 10 post to post to official forum.
we're getting more and more views still no replies. Guess they dont know either
Reaperex said:
we're getting more and more views still no replies. Guess they dont know either
Click to expand...
Click to collapse
same problem. win7 64bit.
Related
For some reason Java has decided not to work anymore. Java is in the path properly and "java -version" shows the proper version
(java version "1.7.0_07"
Java(TM) SE Runtime Environment (build 1.7.0_07-b11)
Java HotSpot(TM) Client VM (build 23.3-b01, mixed mode, sharing)
I uninstalled and reinstalled JDK but still receive the following error when trying to run draw9patch.bat
Code:
ERROR: No suitable Java found. In order to properly use the Android Developer Tools, you need a suitable version of Java JDK installed on your system.
We recommend that you install the JDK version of JavaSE, available here:
http://www.oracle.com/technetwork/java/javase/downloads
You can find the complete Android SDK requirements here:
http://developer.android.com/sdk/requirements.html
My path shows:
Code:
C:\Windows\system32;C:\Users\Mitul\Desktop\apktool\apktool;C:\Users\Mitul\Android\android-sdk\platform-tools;C:\Program Files\Java\jdk1.7.0_0\bin;
I am having problems running any AOSP commands after building. After makeing the source I do the following:
Code:
$ lunch full-eng
$ android
What happens:
Code:
Exception in thread "main" java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.C.<clinit>(Unknown Source)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)
at org.eclipse.swt.widgets.Display.<clinit>(Unknown Source)
at com.android.sdkmanager.Main.showSdkManagerWindow(Main.java:330)
at com.android.sdkmanager.Main.doAction(Main.java:318)
at com.android.sdkmanager.Main.run(Main.java:118)
at com.android.sdkmanager.Main.main(Main.java:101)
I can't seem to find any solution to this. I am attempting to build AOSP 4.2.2_r1.2b. I have built 4.0.4 before and not had this problem. I am running this version of java:
Code:
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)
Here is the command that the `android` bash file (`/media/android/source/sdk/sdkmanager/app/etc/android`) generates:
Code:
java \
-Xmx256M \
-classpath /media/android/source/out/host/linux-x86/framework/sdkmanager.jar:/media/android/source/out/host/linux-x86/framework/swtmenubar.jar:/media/android/source/prebuilts/tools/linux-x86_64/swt/swt.jar \
-Dcom.android.sdkmanager.toolsdir=/media/android/source/out/host/linux-x86/bin \
com.android.sdkmanager.Main
Note how it still selects the 64 bit version of SWT. I have also tried moving the swt.jar file to the front of the classpath flag but that changes nothing.
Any help/guidance would be much appreciated thanks.
Anybody? ):
I want to move this thread to the Forum xda-developers Android Development and Hacking Android Q&A, Help & Troubleshooting.
Thanks.
My linux is 64-bit Kubuntu 15.04.
I downloaded ideaIC-14.1.4.tar.gz and unzipped to ~.
I downloaded android-studio-ide-141.2178183-linux.zip and unzipped to ~.
$ java -version
java version "1.7.0_79"
OpenJDK Runtime Environment (IcedTea 2.5.6) (7u79-2.5.6-0ubuntu1.15.04.1)
OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode)
I modified the ~/android-studio/bin/idea.properties file as follows:
idea.config.path=~/idea-IC-141.1532.4
idea.system.path=~/idea-IC-141.1532.4
idea.plugins.path=${idea.config.path}/plugins
~/android-studio/bin$ studio.sh
Error: Could not find or load main class com.intellij.idea.Main
My linux is 64-bit Kubuntu 15.04.
I downloaded ideaIC-14.1.4.tar.gz and unzipped to ~.
I downloaded android-studio-ide-141.2178183-linux.zip and unzipped to ~.
$ java -version
java version "1.7.0_79"
OpenJDK Runtime Environment (IcedTea 2.5.6) (7u79-2.5.6-0ubuntu1.15.04.1)
OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode)
I modified the ~/android-studio/bin/idea.properties file as follows:
idea.config.path=~/idea-IC-141.1532.4
idea.system.path=~/idea-IC-141.1532.4
idea.plugins.path=${idea.config.path}/plugins
~/android-studio/bin$ studio.sh
Error: Could not find or load main class com.intellij.idea.Main
tc55 said:
My linux is 64-bit Kubuntu 15.04.
I downloaded ideaIC-14.1.4.tar.gz and unzipped to ~.
I downloaded android-studio-ide-141.2178183-linux.zip and unzipped to ~.
$ java -version
java version "1.7.0_79"
OpenJDK Runtime Environment (IcedTea 2.5.6) (7u79-2.5.6-0ubuntu1.15.04.1)
OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode)
I modified the ~/android-studio/bin/idea.properties file as follows:
idea.config.path=~/idea-IC-141.1532.4
idea.system.path=~/idea-IC-141.1532.4
idea.plugins.path=${idea.config.path}/plugins
~/android-studio/bin$ studio.sh
Error: Could not find or load main class com.intellij.idea.Main
Click to expand...
Click to collapse
Please help.
Thanks.
Hi everyone!
Thanks to the help from FSadino's thread, (https://forum.xda-developers.com/chef-central/android/how-to-build-lineageos-14-1-t3551484), I have managed to compile LineageOS Oreo for my Samsung S5. Once I successfully compiled Oreo, I decided to try building Android Pie. I made a new build directory, synced and tried to start my build, however, when I try to start jack-server, I get the following message:
[email protected]:~/work/pie$ export JACK_SERVER_VM_ARGUMENTS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx6g"
[email protected]:~/work/pie$ ./prebuilts/sdk/tools/jack-admin start-server
Launching Jack server java -XX:MaxJavaStackTraceDepth=-1 -Djava.io.tmpdir=/tmp -Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx6g -cp /home/zog/.jack-server/launcher.jar com.android.jack.launcher.ServerLauncher
Jack server failed to (re)start, try 'jack-diagnose' or see Jack server log
[email protected]:~/work/pie$ ./prebuilts/sdk/tools/jack-diagnose
/home/zog/work/pie/prebuilts/jdk/jdk9/linux-x86/bin/java': Failed to parse version, please ensure you're running a supported java
[email protected]:~/work/pie$ java -version
openjdk version "9"
OpenJDK Runtime Environment (build 9+181-android4627429)
OpenJDK 64-Bit Server VM (build 9+181-android4627429, mixed mode)
I've tried install Oracle Java 8, but that didn't work.
Does anyone have any suggestions what I'm doing wrong?
Thanks!
zog