My favorites | Sign in
Project Logo
       
Details: Show all Hide all

Last 30 days

  • Dec 27, 2009
    GettingStarted Wiki page commented on by eazyigz   -   My Android emulator takes really long to start. Is it supposed to take 5 minutes?? I am running Ubuntu Linux 9.10, with 3Ghz of RAM.
    My Android emulator takes really long to start. Is it supposed to take 5 minutes?? I am running Ubuntu Linux 9.10, with 3Ghz of RAM.
  • Dec 22, 2009
    DevelopmentNotes Wiki page commented on by usultis   -   Hi, could you update the idea-android SVN repository location since it's outdated?
    Hi, could you update the idea-android SVN repository location since it's outdated?

Older

  • Nov 24, 2009
    GettingStarted Wiki page commented on by kpelykh   -   I'm trying to debug Hello World application on the device, but Idea never connects with debugger to application. Idea uploads the file and starts up application, then I get "Waiting for debugger" pop up message which stays forever. I use Idea 9.0.193. Here's what I get in debug window: Waiting for device. Target device: HT842GZ41077 Uploading file local path: C:\HelloWorld\HelloWorld.apk remote path: /data/local/tmp/com.test Installing application. DEVICE SHELL COMMAND: pm install "/data/local/tmp/com.test" Application is already installed. Reinstalling. DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/com.test" pkg: /data/local/tmp/com.test Success Launching application: com.ktown/com.test.HelloWorldActivity. DEVICE SHELL COMMAND: am start -D -n "com.test/com.test.HelloWorldActivity" Starting: Intent { cmp=com.test/.HelloWorldActivity } here's output from Logcat: 11-24 18:39:53.261: DEBUG/ddm-heap(916): Got feature list request 11-24 18:39:53.901: DEBUG/ActivityManager(76): Uninstalling process com.test 11-24 18:39:53.901: INFO/ActivityManager(76): Starting activity: Intent { flg=0x10000000 cmp=com.test/.HelloWorldActivity } 11-24 18:39:53.930: DEBUG/AndroidRuntime(916): Shutting down VM 11-24 18:39:53.930: DEBUG/dalvikvm(916): DestroyJavaVM waiting for non-daemon threads to exit 11-24 18:39:53.941: DEBUG/dalvikvm(916): DestroyJavaVM shutting VM down 11-24 18:39:53.941: DEBUG/dalvikvm(916): HeapWorker thread shutting down 11-24 18:39:53.941: DEBUG/dalvikvm(916): HeapWorker thread has shut down 11-24 18:39:53.941: DEBUG/jdwp(916): JDWP shutting down net... 11-24 18:39:53.941: DEBUG/jdwp(916): Got wake-up signal, bailing out of select 11-24 18:39:53.941: INFO/dalvikvm(916): Debugger has detached; object registry had 1 entries 11-24 18:39:53.951: DEBUG/dalvikvm(916): VM cleaning up 11-24 18:39:54.011: INFO/ActivityManager(76): Start proc com.test for activity com.test/.HelloWorldActivity: pid=923 uid=10051 gids={1015} 11-24 18:39:54.061: DEBUG/dalvikvm(916): LinearAlloc 0x0 used 676436 of 4194304 (16%) 11-24 18:39:54.240: INFO/dalvikvm(923): Debugger thread not active, ignoring DDM send (t=0x41504e4d l=38) 11-24 18:39:54.341: INFO/dalvikvm(923): Debugger thread not active, ignoring DDM send (t=0x41504e4d l=22) 11-24 18:39:54.351: WARN/ActivityThread(923): Application com.test is waiting for the debugger on port 8100... 11-24 18:39:54.351: INFO/System.out(923): Sending WAIT chunk 11-24 18:39:54.351: INFO/dalvikvm(923): Debugger thread not active, ignoring DDM send (t=0x57414954 l=1) 11-24 18:40:03.936: WARN/ActivityManager(76): Launch timeout has expired, giving up wake lock! 11-24 18:40:04.278: WARN/ActivityManager(76): Activity idle timeout for HistoryRecord{433ad798 com.test/.HelloWorldActivity} 11-24 18:40:09.471: DEBUG/dalvikvm(561): GC freed 324 objects / 16400 bytes in 176ms it's obvious that debugger detached for some reason. Any suggestions how to fix this?
    I'm trying to debug Hello World application on the device, but Idea never connects with debugger to application. Idea uploads the file and starts up application, then I get "Waiting for debugger" pop up message which stays forever. I use Idea 9.0.193. Here's what I get in debug window: Waiting for device. Target device: HT842GZ41077 Uploading file local path: C:\HelloWorld\HelloWorld.apk remote path: /data/local/tmp/com.test Installing application. DEVICE SHELL COMMAND: pm install "/data/local/tmp/com.test" Application is already installed. Reinstalling. DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/com.test" pkg: /data/local/tmp/com.test Success Launching application: com.ktown/com.test.HelloWorldActivity. DEVICE SHELL COMMAND: am start -D -n "com.test/com.test.HelloWorldActivity" Starting: Intent { cmp=com.test/.HelloWorldActivity } here's output from Logcat: 11-24 18:39:53.261: DEBUG/ddm-heap(916): Got feature list request 11-24 18:39:53.901: DEBUG/ActivityManager(76): Uninstalling process com.test 11-24 18:39:53.901: INFO/ActivityManager(76): Starting activity: Intent { flg=0x10000000 cmp=com.test/.HelloWorldActivity } 11-24 18:39:53.930: DEBUG/AndroidRuntime(916): Shutting down VM 11-24 18:39:53.930: DEBUG/dalvikvm(916): DestroyJavaVM waiting for non-daemon threads to exit 11-24 18:39:53.941: DEBUG/dalvikvm(916): DestroyJavaVM shutting VM down 11-24 18:39:53.941: DEBUG/dalvikvm(916): HeapWorker thread shutting down 11-24 18:39:53.941: DEBUG/dalvikvm(916): HeapWorker thread has shut down 11-24 18:39:53.941: DEBUG/jdwp(916): JDWP shutting down net... 11-24 18:39:53.941: DEBUG/jdwp(916): Got wake-up signal, bailing out of select 11-24 18:39:53.941: INFO/dalvikvm(916): Debugger has detached; object registry had 1 entries 11-24 18:39:53.951: DEBUG/dalvikvm(916): VM cleaning up 11-24 18:39:54.011: INFO/ActivityManager(76): Start proc com.test for activity com.test/.HelloWorldActivity: pid=923 uid=10051 gids={1015} 11-24 18:39:54.061: DEBUG/dalvikvm(916): LinearAlloc 0x0 used 676436 of 4194304 (16%) 11-24 18:39:54.240: INFO/dalvikvm(923): Debugger thread not active, ignoring DDM send (t=0x41504e4d l=38) 11-24 18:39:54.341: INFO/dalvikvm(923): Debugger thread not active, ignoring DDM send (t=0x41504e4d l=22) 11-24 18:39:54.351: WARN/ActivityThread(923): Application com.test is waiting for the debugger on port 8100... 11-24 18:39:54.351: INFO/System.out(923): Sending WAIT chunk 11-24 18:39:54.351: INFO/dalvikvm(923): Debugger thread not active, ignoring DDM send (t=0x57414954 l=1) 11-24 18:40:03.936: WARN/ActivityManager(76): Launch timeout has expired, giving up wake lock! 11-24 18:40:04.278: WARN/ActivityManager(76): Activity idle timeout for HistoryRecord{433ad798 com.test/.HelloWorldActivity} 11-24 18:40:09.471: DEBUG/dalvikvm(561): GC freed 324 objects / 16400 bytes in 176ms it's obvious that debugger detached for some reason. Any suggestions how to fix this?
  • Nov 11, 2009
    GettingStarted Wiki page commented on by saw...@fas.harvard.edu   -   It appears that my Idea 8.1.3 does not properly integrate my android-support plugin. When creating a new project my Technologies page does not show Android as an option. Further, if I continue to make a new projected the New menu does not include Activity as an option. The android jar file is in the plugins directory and it contains the Activity class file.
    It appears that my Idea 8.1.3 does not properly integrate my android-support plugin. When creating a new project my Technologies page does not show Android as an option. Further, if I continue to make a new projected the New menu does not include Activity as an option. The android jar file is in the plugins directory and it contains the Activity class file.
  • Sep 10, 2009
    GettingStarted Wiki page commented on by gareth.western   -   Actually my problem only applies for Intellij 7. The plugin seems to work correctly with Intellij 8. Guess I have to upgrade? :(
    Actually my problem only applies for Intellij 7. The plugin seems to work correctly with Intellij 8. Guess I have to upgrade? :(
  • Sep 09, 2009
    GettingStarted Wiki page commented on by gareth.western   -   jawabean: I have the same problem as you. Did you manage to find the cause?
    jawabean: I have the same problem as you. Did you manage to find the cause?
  • Sep 06, 2009
    issue 7 (unable to build) commented on by CTAPbIuMABP   -   same as above idea build #9886 my system is Win Vista x64 Stack Trace @NotNull method org/jetbrains/android/compiler/AndroidDexCompiler$DexItem.getFile must not return null: @NotNull method org/jetbrains/android/compiler/AndroidDexCompiler$DexItem.getFile must not return null java.lang.IllegalStateException: @NotNull method org/jetbrains/android/compiler/AndroidDexCompiler$DexItem.getFile must not return null at org.jetbrains.android.compiler.AndroidDexCompiler$DexItem.getFile(AndroidDexCompiler.java:195) at com.intellij.compiler.impl.CompileDriver$17.run(CompileDriver.java:19) at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:343) at com.intellij.compiler.impl.CompileDriver.a(CompileDriver.java:723) at com.intellij.compiler.impl.CompileDriver.a(CompileDriver.java:901) at com.intellij.compiler.impl.CompileDriver.a(CompileDriver.java:583) at com.intellij.compiler.impl.CompileDriver.a(CompileDriver.java:804) at com.intellij.compiler.impl.CompileDriver.access$400(CompileDriver.java:572) at com.intellij.compiler.impl.CompileDriver$4.run(CompileDriver.java:6) at com.intellij.compiler.progress.CompilerTask.run(CompilerTask.java:160) at com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(ProgressManagerImpl.java:3) at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:5) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:13) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:101) at com.intellij.openapi.progress.impl.ProgressManagerImpl$6.run(ProgressManagerImpl.java:16) at com.intellij.openapi.application.impl.ApplicationImpl$5.run(ApplicationImpl.java:8) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:5) For easy reproduce im trying to build android-sdk-windows-1.5_r3\platforms\android-1.5\samples\ApiDemos from http://developer.android.com/sdk/download.html?v=android-sdk-windows-1.5_r3.zip
    same as above idea build #9886 my system is Win Vista x64 Stack Trace @NotNull method org/jetbrains/android/compiler/AndroidDexCompiler$DexItem.getFile must not return null: @NotNull method org/jetbrains/android/compiler/AndroidDexCompiler$DexItem.getFile must not return null java.lang.IllegalStateException: @NotNull method org/jetbrains/android/compiler/AndroidDexCompiler$DexItem.getFile must not return null at org.jetbrains.android.compiler.AndroidDexCompiler$DexItem.getFile(AndroidDexCompiler.java:195) at com.intellij.compiler.impl.CompileDriver$17.run(CompileDriver.java:19) at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:343) at com.intellij.compiler.impl.CompileDriver.a(CompileDriver.java:723) at com.intellij.compiler.impl.CompileDriver.a(CompileDriver.java:901) at com.intellij.compiler.impl.CompileDriver.a(CompileDriver.java:583) at com.intellij.compiler.impl.CompileDriver.a(CompileDriver.java:804) at com.intellij.compiler.impl.CompileDriver.access$400(CompileDriver.java:572) at com.intellij.compiler.impl.CompileDriver$4.run(CompileDriver.java:6) at com.intellij.compiler.progress.CompilerTask.run(CompilerTask.java:160) at com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(ProgressManagerImpl.java:3) at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:5) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:13) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:101) at com.intellij.openapi.progress.impl.ProgressManagerImpl$6.run(ProgressManagerImpl.java:16) at com.intellij.openapi.application.impl.ApplicationImpl$5.run(ApplicationImpl.java:8) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:5) For easy reproduce im trying to build android-sdk-windows-1.5_r3\platforms\android-1.5\samples\ApiDemos from http://developer.android.com/sdk/download.html?v=android-sdk-windows-1.5_r3.zip
  • Aug 26, 2009
    DevelopmentNotes Wiki page commented on by zengkid   -   I had build android1.5 java source code,But how can I attach android's java source code?
    I had build android1.5 java source code,But how can I attach android's java source code?
  • Jul 20, 2009
    GettingStarted Wiki page commented on by GuoYibin27   -   thx for you reply.
    thx for you reply.
  • Jul 14, 2009
    GettingStarted Wiki page commented on by tk7ua1678   -   Hi GuoYinbin27, Change the directory of your Andriod_HOME. path should not contain any space in between. Make it something like D:\Google\android-sdk-windows-1.5_r2
    Hi GuoYinbin27, Change the directory of your Andriod_HOME. path should not contain any space in between. Make it something like D:\Google\android-sdk-windows-1.5_r2
  • Jul 12, 2009
    GettingStarted Wiki page commented on by GuoYibin27   -   my sdk path is D:\Program Files\Google\android-sdk-windows-1.5_r2; when i run application and i have an error like this D:\Program is not recognized as an internal or external command;
    my sdk path is D:\Program Files\Google\android-sdk-windows-1.5_r2; when i run application and i have an error like this D:\Program is not recognized as an internal or external command;
  • Jul 12, 2009
    GettingStarted Wiki page commented on by GuoYibin27   -   my sdk install path is D:\Program Files\Google\android-sdk-windows-1.5_r2; when i run application and i have a error like this : D:\Program is not recognized as an internal or external command;
    my sdk install path is D:\Program Files\Google\android-sdk-windows-1.5_r2; when i run application and i have a error like this : D:\Program is not recognized as an internal or external command;
  • May 08, 2009
    issue 20 (Plugin does not create correct HelloWorld application) reported by gkhominsky   -   What steps will reproduce the problem? 1. create an android project 2. create a package 3. create an Activity What is the expected output? What do you see instead? The HelloWorld activity class that extends the Android Activity class with default implementation of the onCreate method What version of the product are you using? On what operating system? 8.1, OS Mac 10.5.6, Android SDK 1.5_r1 Please provide any additional information below.
    What steps will reproduce the problem? 1. create an android project 2. create a package 3. create an Activity What is the expected output? What do you see instead? The HelloWorld activity class that extends the Android Activity class with default implementation of the onCreate method What version of the product are you using? On what operating system? 8.1, OS Mac 10.5.6, Android SDK 1.5_r1 Please provide any additional information below.
  • May 02, 2009
    issue 15 ("Could not access the Package Manager" trying to run hello-w...) commented on by patr...@sinz.fr   -   I had the same issue on a Mandriva 2009.0 platform... In desesperation I ran strace -o whatisthatship adp install and loo and behold it worked... No idea why, but I hope it helps...
    I had the same issue on a Mandriva 2009.0 platform... In desesperation I ran strace -o whatisthatship adp install and loo and behold it worked... No idea why, but I hope it helps...
  • Apr 16, 2009
    issue 19 (Unable to access file ../framework/apkbuilder.jar) commented on by chris.l.merrill   -   BTW, I've been an IDEA user since 1.0. I even use it to develop our Eclipse RCP-based product :> I really don't want to use Eclipse to do Android development! What can I do to help resolve this? TIA, Chris.
    BTW, I've been an IDEA user since 1.0. I even use it to develop our Eclipse RCP-based product :> I really don't want to use Eclipse to do Android development! What can I do to help resolve this? TIA, Chris.
  • Apr 16, 2009
    issue 19 (Unable to access file ../framework/apkbuilder.jar) reported by chris.l.merrill   -   What steps will reproduce the problem? 1. created an Android project 2. create hello world activity, as described in http://developer.android.com/guide/tutorials/hello-world.html 3. build the module What is the expected output? What do you see instead? I expected a successful build and the app running in Android emulator. Instead I get an error in the Make window: "Error: Unable to access jarfile ../framework/apkbuilder.jar" What version of the product are you using? On what operating system? 8.1 (downloaded today), Win XP, Android SDK 1.1 R1 Please provide any additional information below.
    What steps will reproduce the problem? 1. created an Android project 2. create hello world activity, as described in http://developer.android.com/guide/tutorials/hello-world.html 3. build the module What is the expected output? What do you see instead? I expected a successful build and the app running in Android emulator. Instead I get an error in the Make window: "Error: Unable to access jarfile ../framework/apkbuilder.jar" What version of the product are you using? On what operating system? 8.1 (downloaded today), Win XP, Android SDK 1.1 R1 Please provide any additional information below.
  • Mar 04, 2009
    issue 18 (Running the activity launches new emulator instance) reported by sonny.public   -   What steps will reproduce the problem? 1. Start emulator from command line 2. Run an activity What is the expected output? What do you see instead? I expect the activity to be launched in already running emulator. But, the plugin starts up a new Emulator each time. Sometimes, the action fails with the following output in Run window - ### WARNING: Another emulator is running with our data file ### WARNING: User data changes will NOT be saved! Device connected. 2009-03-05 11:13:31.368 emulator[5998:10b] Warning once: This application, or a library it uses, is using NSQuickDrawView, which has been deprecated. Apps should cease use of QuickDraw and move to Quartz. Device is online. Uploading file local path: /path/to/package/Hello.apk remote path: /data/local/tmp/prac.android.hello Installing application. Device is not ready. Waiting for 5 sec. Device is not ready. Waiting for 5 sec. Device is not ready. Waiting for 5 sec. Device is not ready. Waiting for 5 sec. Device is not ready. Waiting for 5 sec. Error Type 1: Could not access the Package Manager! usage: pm [list|path|install|uninstall] pm list packages [-f] pm list permission-groups pm list permissions [-g] [-f] [-d] [-u] [GROUP] pm path PACKAGE pm install [-l] [-r] PATH pm uninstall [-k] PACKAGE The list packages command prints all packages. Use the -f option to see their associated file. The list permission-groups command prints all known permission groups. The list permissions command prints all known permissions, optionally only those in GROUP. Use the -g option to organize by group. Use the -f option to print all information. Use the -s option for a short summary. Use the -d option to only list dangerous permissions. Use the -u option to list only the permissions users will see. The path command prints the path to the .apk of a package. The install command installs a package to the system. Use the -l option to install the package with FORWARD_LOCK. Use the -r option to reinstall an exisiting app, keeping its data. The uninstall command removes a package from the system. Use the -k option to keep the data and cache directories around after the package removal. What version of the product are you using? On what operating system? Mac OS 10.5.6 Intellij IDEA 8.1 Plugin verison 0.3 Please provide any additional information below. Normally, something like this could be considered an enhancement. But yhe time taken in launching a new emulator makes the plugin impossible to use for everyday coding, so I hope this gets treated as a bug.
    What steps will reproduce the problem? 1. Start emulator from command line 2. Run an activity What is the expected output? What do you see instead? I expect the activity to be launched in already running emulator. But, the plugin starts up a new Emulator each time. Sometimes, the action fails with the following output in Run window - ### WARNING: Another emulator is running with our data file ### WARNING: User data changes will NOT be saved! Device connected. 2009-03-05 11:13:31.368 emulator[5998:10b] Warning once: This application, or a library it uses, is using NSQuickDrawView, which has been deprecated. Apps should cease use of QuickDraw and move to Quartz. Device is online. Uploading file local path: /path/to/package/Hello.apk remote path: /data/local/tmp/prac.android.hello Installing application. Device is not ready. Waiting for 5 sec. Device is not ready. Waiting for 5 sec. Device is not ready. Waiting for 5 sec. Device is not ready. Waiting for 5 sec. Device is not ready. Waiting for 5 sec. Error Type 1: Could not access the Package Manager! usage: pm [list|path|install|uninstall] pm list packages [-f] pm list permission-groups pm list permissions [-g] [-f] [-d] [-u] [GROUP] pm path PACKAGE pm install [-l] [-r] PATH pm uninstall [-k] PACKAGE The list packages command prints all packages. Use the -f option to see their associated file. The list permission-groups command prints all known permission groups. The list permissions command prints all known permissions, optionally only those in GROUP. Use the -g option to organize by group. Use the -f option to print all information. Use the -s option for a short summary. Use the -d option to only list dangerous permissions. Use the -u option to list only the permissions users will see. The path command prints the path to the .apk of a package. The install command installs a package to the system. Use the -l option to install the package with FORWARD_LOCK. Use the -r option to reinstall an exisiting app, keeping its data. The uninstall command removes a package from the system. Use the -k option to keep the data and cache directories around after the package removal. What version of the product are you using? On what operating system? Mac OS 10.5.6 Intellij IDEA 8.1 Plugin verison 0.3 Please provide any additional information below. Normally, something like this could be considered an enhancement. But yhe time taken in launching a new emulator makes the plugin impossible to use for everyday coding, so I hope this gets treated as a bug.
  • Mar 04, 2009
    issue 15 ("Could not access the Package Manager" trying to run hello-w...) commented on by Frederic.Donckels   -   This also happens with IJ 8.1 build 9742, release 0.3 of the Android plugin, on Windows.
    This also happens with IJ 8.1 build 9742, release 0.3 of the Android plugin, on Windows.
  • Feb 25, 2009
    issue 15 ("Could not access the Package Manager" trying to run hello-w...) commented on by adirpy   -   Me too, IDEA 8.0.0 on OpenSuse Linux 11.0, if has a solution, please tell me ,thanks
    Me too, IDEA 8.0.0 on OpenSuse Linux 11.0, if has a solution, please tell me ,thanks
  • Feb 10, 2009
    issue 11 (incompatible with intellij idea 8.0) commented on by pham.nuwen   -   Are there any plans for a binary release compatible with Idea8?
    Are there any plans for a binary release compatible with Idea8?
  • Feb 02, 2009
    issue 17 (Please, adapt plugin to Intellij idea 8.1 and android-sdk-1....) reported by dakishin   -   I hate eclipse. Please, do something
    I hate eclipse. Please, do something
  • Feb 01, 2009
    issue 15 ("Could not access the Package Manager" trying to run hello-w...) commented on by zaidzali   -   yeah me 2. downloaded the latest files. windows vista home premium.
    yeah me 2. downloaded the latest files. windows vista home premium.
  • Jan 11, 2009
    issue 14 (Pligin is not installing, although no errors ar eproduced) commented on by bobbloke   -   same problem with a Mac Seems to prefer being under '~/Library/Application Support/IntelliJIDEA80/android/lib
    same problem with a Mac Seems to prefer being under '~/Library/Application Support/IntelliJIDEA80/android/lib
  • Jan 11, 2009
    issue 14 (Pligin is not installing, although no errors ar eproduced) commented on by r...@robpeterson.com   -   same problem with a Mac Seems to prefer being under '~/Library/Application Support/IntelliJIDEA80/android/lib
    same problem with a Mac Seems to prefer being under '~/Library/Application Support/IntelliJIDEA80/android/lib
  • Jan 09, 2009
    issue 15 ("Could not access the Package Manager" trying to run hello-w...) commented on by ali.a.awada   -   this is happening to me too .. running IDEA 8.0.1 on Vista ... anyone has a solution?
    this is happening to me too .. running IDEA 8.0.1 on Vista ... anyone has a solution?
  • Jan 08, 2009
    issue 12 (ERROR: Unknown command 'compile' trying to compile) commented on by huzhangyou2002   -   I have committed this error too.Is any solution for this bug?
    I have committed this error too.Is any solution for this bug?
  • Jan 07, 2009
    issue 14 (Pligin is not installing, although no errors ar eproduced) commented on by malachid   -   I had the same problem with the installation running the Linux version of IntelliJ 8 on OpenSolaris. I moved the android.jar and it seems to recognize it. It appears that the problem is that the Android_Support_6217.zip has the file under a lib subdirectory and it shouldn't.
    I had the same problem with the installation running the Linux version of IntelliJ 8 on OpenSolaris. I moved the android.jar and it seems to recognize it. It appears that the problem is that the Android_Support_6217.zip has the file under a lib subdirectory and it shouldn't.
  • Jan 02, 2009
    issue 8 (Incompatible with IntelliJ 8) commented on by koenigsson   -   I noticed that the version shown in IntelliJ is "0.2" and the version on the web site is "0.1.1". Still, it does not work with IntelliJ 8 which is a pity. Seems like I have to downgrade to get to play with it which is somewhat annoying since I just forked out the dough for the upgrade. So it goes…
    I noticed that the version shown in IntelliJ is "0.2" and the version on the web site is "0.1.1". Still, it does not work with IntelliJ 8 which is a pity. Seems like I have to downgrade to get to play with it which is somewhat annoying since I just forked out the dough for the upgrade. So it goes…
  • Dec 31, 2008
    issue 15 ("Could not access the Package Manager" trying to run hello-w...) commented on by josephrandell.benavidez   -   Same error happens to me. I'm using NetBeans 6.5 on Fedora 10. If it's any help, the emulator runs fine in Fedora Eclipse.
    Same error happens to me. I'm using NetBeans 6.5 on Fedora 10. If it's any help, the emulator runs fine in Fedora Eclipse.
  • Dec 30, 2008
    issue 9 (Any plans to support Android SDK 1.0?) commented on by ronsmith42   -   I have the same problem with IDEA 7.0.5 on windows and the android windows SDK. With IDEA 8, the plugin won't even install.
    I have the same problem with IDEA 7.0.5 on windows and the android windows SDK. With IDEA 8, the plugin won't even install.
  • Dec 26, 2008
    r120 ([No log message]) committed by jku...@mail.ru   -   [No log message]
    [No log message]
  • Dec 26, 2008
    r119 (some tests) committed by jku...@mail.ru   -   some tests
    some tests
  • Dec 26, 2008
    r118 (Layout navigation added) committed by jku...@mail.ru   -   Layout navigation added
    Layout navigation added
  • Dec 24, 2008
    issue 8 (Incompatible with IntelliJ 8) commented on by kpkpkp   -   Yes, it seems that this plug-in is out of date - any plans to bring it up to date?
    Yes, it seems that this plug-in is out of date - any plans to bring it up to date?
  • Dec 23, 2008
    issue 14 (Pligin is not installing, although no errors ar eproduced) commented on by kevinb9n   -   Workaround: When I installed, it placed android.jar in my plugins/lib directory; I had to move it up a level to plugins, then it worked.
    Workaround: When I installed, it placed android.jar in my plugins/lib directory; I had to move it up a level to plugins, then it worked.
  • Dec 23, 2008
    issue 15 ("Could not access the Package Manager" trying to run hello-w...) reported by kevinb9n   -   What steps will reproduce the problem? 1. Follow the getting started guide, using Android 1.0 sdk. What is the expected output? What do you see instead? My hello world app should run in the emulator. Instead I get an error in the IDEA Run window: "Error Type 1: Could not access the Package Manager!" The last command run seems to be /path/to/java/android-sdk-linux_x86-1.0_r2/tools/adb install /path/to/myproject/android/out/production/android/android.apk What version of the product are you using? On what operating system? I assume the newest, as I just installed it. on linux. Please provide any additional information below.
    What steps will reproduce the problem? 1. Follow the getting started guide, using Android 1.0 sdk. What is the expected output? What do you see instead? My hello world app should run in the emulator. Instead I get an error in the IDEA Run window: "Error Type 1: Could not access the Package Manager!" The last command run seems to be /path/to/java/android-sdk-linux_x86-1.0_r2/tools/adb install /path/to/myproject/android/out/production/android/android.apk What version of the product are you using? On what operating system? I assume the newest, as I just installed it. on linux. Please provide any additional information below.
  • Dec 20, 2008
    r117 (bug fix) committed by jku...@mail.ru   -   bug fix
    bug fix
  • Dec 20, 2008
    r116 (bug fix) committed by jku...@mail.ru   -   bug fix
    bug fix
  • Dec 20, 2008
    r115 (bug fix ("Create activity" action now works), tests) committed by jku...@mail.ru   -   bug fix ("Create activity" action now works), tests
    bug fix ("Create activity" action now works), tests
  • Dec 20, 2008
    r114 (remove usage of JDK 1.6 API) committed by intelliyole   -   remove usage of JDK 1.6 API
    remove usage of JDK 1.6 API
  • Dec 13, 2008
    r113 (bug fix) committed by jku...@mail.ru   -   bug fix
    bug fix
  • Dec 13, 2008
    r112 (completion for tag names is added) committed by jku...@mail.ru   -   completion for tag names is added
    completion for tag names is added
  • Dec 12, 2008
    r111 (completion for attributes is added) committed by jku...@mail.ru   -   completion for attributes is added
    completion for attributes is added
  • Dec 04, 2008
    issue 14 (Pligin is not installing, although no errors ar eproduced) commented on by vkelman   -   But now a simple first example from "Getting Started" produces a strange compilation error saying "Error: 'C:\Program' is not recognized as internal or external command." The only things located in 'C:\Program Files' on my WinXP machine are JDK 1.6 and Android SDK. It sounds like Android SDK does not allow space in folder names ('Program Files'}? Please help.
    But now a simple first example from "Getting Started" produces a strange compilation error saying "Error: 'C:\Program' is not recognized as internal or external command." The only things located in 'C:\Program Files' on my WinXP machine are JDK 1.6 and Android SDK. It sounds like Android SDK does not allow space in folder names ('Program Files'}? Please help.
  • Dec 04, 2008
    issue 14 (Pligin is not installing, although no errors ar eproduced) commented on by vkelman   -   I got plugin installed by downloading it manually and putting android.jar into /lib folder of IntelliJIDEA.
    I got plugin installed by downloading it manually and putting android.jar into /lib folder of IntelliJIDEA.
  • Dec 04, 2008
    issue 14 (Pligin is not installing, although no errors ar eproduced) reported by vkelman   -   What steps will reproduce the problem? 1. Open Settings -> Plugins -> Available pligins 2. Select Android plugin to install, right-click to install 3. Reload IntelliJIDEA 8.0 What is the expected output? What do you see instead? Android plugin is not installed. It is still listed as available. What version of the product are you using? On what operating system? IntelliJIDEA 8.0 and 8.0.1. Windows XP. Please provide any additional information below.
    What steps will reproduce the problem? 1. Open Settings -> Plugins -> Available pligins 2. Select Android plugin to install, right-click to install 3. Reload IntelliJIDEA 8.0 What is the expected output? What do you see instead? Android plugin is not installed. It is still listed as available. What version of the product are you using? On what operating system? IntelliJIDEA 8.0 and 8.0.1. Windows XP. Please provide any additional information below.
  • Nov 30, 2008
    r110 (rebuild ddmlib with JDK 1.5) committed by intelliyole   -   rebuild ddmlib with JDK 1.5
    rebuild ddmlib with JDK 1.5
  • Nov 29, 2008
    r109 (little bug fix) committed by jku...@mail.ru   -   little bug fix
    little bug fix
  • Nov 29, 2008
    r108 (more simple implementation) committed by jku...@mail.ru   -   more simple implementation
    more simple implementation
  • Nov 29, 2008
    r107 (Now "close" button works in debug tool window) committed by jku...@mail.ru   -   Now "close" button works in debug tool window
    Now "close" button works in debug tool window
 
Hosted by Google Code