Git Product home page Git Product logo

idea-android's People

Contributors

jkudel avatar

Watchers

 avatar

idea-android's Issues

"Could not access the Package Manager" trying to run hello-world on emul

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.

Original issue reported on code.google.com by [email protected] on 24 Dec 2008 at 2:26

Running the activity launches new emulator instance

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.

Original issue reported on code.google.com by [email protected] on 5 Mar 2009 at 3:21

Can't open idea-android.ipr source project

What steps will reproduce the problem?
1. Check out trunk from svn
2. Try to open idea-android.ipr in IntelliJ IDEA 8.0

I expect the project to be opened in IDEA, but instead I get a message
about an undefined path variable TEMPLATE in the project files. IDEA will
not open the project unless I provide a definition of the missing path
variable, but  what should it be?


Original issue reported on code.google.com by [email protected] on 27 Nov 2008 at 12:06

ERROR: Unknown command 'compile' trying to compile

Environment:
android-sdk-windows-1.0_r1
IDEA 7.0.3 (7757)
JDK 1.6.0.1
Windows XP

Steps to reproduce it:
1. Create a new Project with android
2. Create an Activity
3. Right Click and source code and select "Run ..."

The following message error appear:
Information:Compilation completed with 56 errors and 0 warnings
Information:56 errors
Information:0 warnings
Error:ERROR: Unknown command 'compile'
Error:Android Asset Packaging Tool
Error:Usage:
Error: aapt l[ist] [-v] [-a] file.{zip,jar,apk}
Error:   List contents of Zip-compatible archive.
Error: aapt d[ump] WHAT file.{apk} [asset [asset ...]]
Error:   permissions      Print the permissions from the APK.
Error:   resources        Print the resource table from the APK.
Error:   configurations   Print the configurations in the APK.
Error:   xmltree          Print the compiled xmls in the given assets.
Error:   xmlstrings       Print the strings of the given compiled xml assets.
Error: aapt p[ackage] [-f][-u][-m][-v][-x][-M AndroidManifest.xml] \
Error:        [-I base-package [-I base-package ...]] \
Error:        [-A asset-source-dir] [-P public-definitions-file] \
Error:        [-S resource-sources] [-F apk-file] [-J R-file-dir] \
Error:        [raw-files-dir [raw-files-dir] ...]
Error:   Package the android resources.  It will read assets and resources
that are
Error:   supplied with the -M -A -S or raw-files-dir arguments.  The -J -P
-F and -R
Error:   options control which files are output.
Error: aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
Error:   Delete specified files from Zip-compatible archive.
Error: aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
Error:   Add specified files to Zip-compatible archive.
Error: aapt v[ersion]
Error:   Print program version.
Error: Modifiers:
Error:   -a  print Android-specific data (resources, manifest) when listing
Error:   -c  specify which configurations to include.  The default is all
Error:       configurations.  The value of the parameter should be a comma
Error:       separated list of configuration values.  Locales should be
specified
Error:       as either a language or language-region pair.  Some examples:
Error:            en
Error:            port,en
Error:            port,land,en_US
Error:       If you put the special locale, zz_ZZ on the list, it will perform
Error:       pseudolocalization on the default locale, modifying all of the
Error:       strings so you can look for strings that missed the
Error:       internationalization process.  For example:
Error:            port,land,zz_ZZ
Error:   -d  one or more device assets to include, separated by commas
Error:   -f  force overwrite of existing files
Error:   -j  specify a jar or zip file containing classes to include
Error:   -m  make package directories under location specified by -J
Error:   -u  update existing packages (add new, replace older, remove
deleted files)
Error:   -v  verbose output
Error:   -x  create extending (non-application) resource IDs
Error:   -z  require localization of resource attributes marked with
Error:       localization="suggested"
Error:   -A  additional directory in which to find raw asset files
Error:   -F  specify the apk file to output
Error:   -I  add an existing package to base include set
Error:   -J  specify where to output R.java resource constant definitions
Error:   -M  specify full path to AndroidManifest.xml to include in zip
Error:   -P  specify where to output public resource definitions
Error:   -S  directory in which to find resources
Error:   -0  don't compress files we're adding

Original issue reported on code.google.com by [email protected] on 17 Nov 2008 at 12:44

Unable to find jar while building test project

What steps will reproduce the problem?
Steps from http://code.google.com/p/idea-android/wiki/GettingStarted

What is the expected output? What do you see instead?
Expected: start of emulator and runnig test program in emulator
Obtained:
Information:Compilation completed with 1 error and 0 warnings
Information:1 error
Information:0 warnings
Error:Unable to access jarfile ..\framework\dx.jar

What version of the product are you using? On what operating system?

IDEA: 7.0.2 (build 7562)
Android Support plugin v 0.1.1



Original issue reported on code.google.com by [email protected] on 23 Nov 2007 at 10:17

incompatible with intellij idea 8.0

Plugin is incompatible with idea 8.0.
After fiddling with compatibility parameter in XML, IDEA fails to start
with the attached error log.

What version of the product are you using? On what operating system?
8.0, WinXP




Log:
2008-11-14 13:37:39,546 [  14093]  ERROR - com.intellij.ide.IdeEventQueue -
IntelliJ IDEA 8.0  Build #9013
2008-11-14 13:37:39,546 [  14093]  ERROR - com.intellij.ide.IdeEventQueue -
JDK: 1.6.0_10
2008-11-14 13:37:39,546 [  14093]  ERROR - com.intellij.ide.IdeEventQueue -
VM: Java HotSpot(TM) Client VM
2008-11-14 13:37:39,546 [  14093]  ERROR - com.intellij.ide.IdeEventQueue -
Vendor: Sun Microsystems Inc.
2008-11-14 13:37:39,546 [  14093]  ERROR - com.intellij.ide.IdeEventQueue -
OS: Windows XP
2008-11-14 13:37:39,546 [  14093]  ERROR - com.intellij.ide.IdeEventQueue -
Last Action:
2008-11-15 17:49:43,421 [      0]   INFO -        #com.intellij.idea.Main -
------------------------------------------------------ IDEA STARTED
------------------------------------------------------
2008-11-15 17:49:44,109 [    688]   INFO -        #com.intellij.idea.Main -
Using "FocusKiller" library to prevent focus stealing.
2008-11-15 17:49:53,531 [  10110]   INFO - api.vfs.impl.local.FileWatcher -
Native file watcher is operational.
2008-11-15 17:49:57,890 [  14469]  ERROR - plication.impl.ApplicationImpl -
java.lang.NoSuchMethodError:
com.intellij.util.xml.DomFileDescription.<init>(Ljava/lang/Class;Ljava/lang/Stri
ng;)V
        at
org.jetbrains.android.dom.manifest.ManifestDomFileDescription.<init>(ManifestDom
FileDescription.java:15)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
        at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorI
mpl.java:39)
        at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorA
ccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at
org.picocontainer.defaults.InstantiatingComponentAdapter.newInstance(Instantiati
ngComponentAdapter.java:193)
        at
org.picocontainer.defaults.ConstructorInjectionComponentAdapter$1.run(Constructo
rInjectionComponentAdapter.java:220)
        at
org.picocontainer.defaults.ThreadLocalCyclicDependencyGuard.observe(ThreadLocalC
yclicDependencyGuard.java:53)
        at
org.picocontainer.defaults.ConstructorInjectionComponentAdapter.getComponentInst
ance(ConstructorInjectionComponentAdapter.java:248)
        at
org.picocontainer.defaults.DecoratingComponentAdapter.getComponentInstance(Decor
atingComponentAdapter.java:60)
        at
org.picocontainer.defaults.CachingComponentAdapter.getComponentInstance(CachingC
omponentAdapter.java:58)
        at
com.intellij.openapi.extensions.impl.ExtensionComponentAdapter.getComponentInsta
nce(ExtensionComponentAdapter.java:71)
        at
com.intellij.openapi.extensions.impl.ExtensionComponentAdapter.getExtension(Exte
nsionComponentAdapter.java:106)
        at
com.intellij.openapi.extensions.impl.ExtensionPointImpl.processAdapters(Extensio
nPointImpl.java:202)
        at
com.intellij.openapi.extensions.impl.ExtensionPointImpl.getExtensions(ExtensionP
ointImpl.java:151)
        at
com.intellij.openapi.extensions.Extensions.getExtensions(Extensions.java:98)
        at
com.intellij.openapi.extensions.Extensions.getExtensions(Extensions.java:86)
        at
com.intellij.util.xml.impl.DomApplicationComponent.<init>(DomApplicationComponen
t.java:12)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
        at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorI
mpl.java:39)
        at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorA
ccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at
org.picocontainer.defaults.InstantiatingComponentAdapter.newInstance(Instantiati
ngComponentAdapter.java:193)
        at
org.picocontainer.defaults.ConstructorInjectionComponentAdapter$1.run(Constructo
rInjectionComponentAdapter.java:220)
        at
org.picocontainer.defaults.ThreadLocalCyclicDependencyGuard.observe(ThreadLocalC
yclicDependencyGuard.java:53)
        at
org.picocontainer.defaults.ConstructorInjectionComponentAdapter.getComponentInst
ance(ConstructorInjectionComponentAdapter.java:248)
        at
org.picocontainer.defaults.DecoratingComponentAdapter.getComponentInstance(Decor
atingComponentAdapter.java:60)
        at
org.picocontainer.defaults.CachingComponentAdapter.getComponentInstance(CachingC
omponentAdapter.java:58)
        at
com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigCompone
ntAdapter$1.getComponentInstance(ComponentManagerImpl.java:2)
        at
com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigCompone
ntAdapter.getComponentInstance(ComponentManagerImpl.java:31)
        at
com.intellij.util.pico.DefaultPicoContainer.getLocalInstance(DefaultPicoContaine
r.java:230)
        at
com.intellij.util.pico.DefaultPicoContainer.getInstance(DefaultPicoContainer.jav
a:217)
        at
com.intellij.util.pico.DefaultPicoContainer.getComponentInstance(DefaultPicoCont
ainer.java:199)
        at
org.picocontainer.alternatives.AbstractDelegatingMutablePicoContainer.getCompone
ntInstance(AbstractDelegatingMutablePicoContainer.java:75)
        at
com.intellij.openapi.components.impl.ComponentManagerImpl.a(ComponentManagerImpl
.java:119)
        at
com.intellij.openapi.components.impl.ComponentManagerImpl.a(ComponentManagerImpl
.java:168)
        at
com.intellij.openapi.components.impl.ComponentManagerImpl.initComponents(Compone
ntManagerImpl.java:71)
        at
com.intellij.openapi.components.impl.stores.ApplicationStoreImpl.load(Applicatio
nStoreImpl.java:26)
        at
com.intellij.openapi.application.impl.ApplicationImpl.load(ApplicationImpl.java:
254)
        at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:24)
        at com.intellij.idea.MainImpl$3.run(MainImpl.java:1)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:35)
        at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:99)
        at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:217)
        at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269
)
        at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174
)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)



Original issue reported on code.google.com by [email protected] on 15 Nov 2008 at 3:51

Triggering generation of R.java

Create a new Android-faceted Java module in an existing Project.  In my
situation, it was the second Android-faceted Java module that gave me
problems.  The res directory does not get created nor do any of the
subdirectories underneath res.  Easy enough to create those.  But now I
don't know how to trigger the generation of the R.java file and have it
update with the various contents of the res directory structure.  I have
res/drawable, res/layout and res/values directories.  Not clear to me how
to regen the R.java.


This is with IntelliJ IDEA 7.0.1, Android Support plugin 0.1.1, on Ubuntu
Linux 7.10.

Original issue reported on code.google.com by [email protected] on 23 Nov 2007 at 6:44

Issue with running simple HelloWorld

What steps will reproduce the problem?
1. steps from http://code.google.com/p/idea-android/wiki/GettingStarted

What is the expected output? What do you see instead?
expected: Hello, Android from IntelliJ IDEA!
instead: can't find
'C:\Users\Danijel\IdeaProjects\AndroidHello\out\production\AndroidHello\AndroidH
ello.apk'
to install

What version of the product are you using? On what operating system?
7.01, Vista

Please provide any additional information below.
...

Original issue reported on code.google.com by [email protected] on 22 Nov 2007 at 11:38

Pligin is not installing, although no errors ar eproduced

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.


Original issue reported on code.google.com by vkelman on 5 Dec 2008 at 4:26

Debugger doesn't work

What steps will reproduce the problem?
1. Open the activity of your application
2. Right click and select Debug
3. Nothing happens

What is the expected output? What do you see instead?

Debug window would open that runs the activity

What version of the product are you using? On what operating system?

Mac OS 10.4, version 0.1.1 of idea-android, IDEA 7.0.1,
android_sdk_darwin_m3-rc37a



Original issue reported on code.google.com by [email protected] on 27 Dec 2007 at 2:57

Incompatible with IntelliJ 8

What steps will reproduce the problem?
1. Download + Install Intellij 8 Milestone 1 
2. Download + Install Plugin Version 0.1.1
3. Start Intelilj

What is the expected output? What do you see instead?

The plugin was listed as incompatible with Version 8 of IntelliJ

What version of the product are you using? On what operating system?

IntelliJ 8 Milestone 1, android-0.1.1 Mac OS X 10.5

Original issue reported on code.google.com by [email protected] on 12 Aug 2008 at 7:24

Unable to access file ../framework/apkbuilder.jar

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.


Original issue reported on code.google.com by [email protected] on 17 Apr 2009 at 3:28

Plugin does not create correct HelloWorld application

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.



Original issue reported on code.google.com by [email protected] on 9 May 2009 at 5:17

0.2 plugin makes incorrect directory structure

What steps will reproduce the problem?
1. Use plugins manager in IntelliJ IDEA 8 to download and install 0.2
android plugin.

What is the expected output? What do you see instead?
$USER_HOME/.IntelliJIdea80/config/plugins/android should be created
Instead, .../config/plugins/lib seems to be created directly (no android
outer dir)

What version of the product are you using? On what operating system?
IntelliJ IDEA 8.0, Windows XP SP 3



Original issue reported on code.google.com by [email protected] on 10 Nov 2008 at 10:06

Create Activity with no package info some times results in IDEA

What steps will reproduce the problem?
1. Create Activity with no package info some times results in IDEA 
exception
2. Create an empty project and create new activity directly
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

com.intellij.psi.impl.source.PsiPlainTextFileImpl cannot be cast to 
com.intellij.psi.PsiJavaFile
java.lang.ClassCastException: 
com.intellij.psi.impl.source.PsiPlainTextFileImpl cannot be cast to 
com.intellij.psi.PsiJavaFile
    at 
com.intellij.ide.fileTemplates.FileTemplateUtil.createClassOrInterface
(FileTemplateUtil.java:119)
    at com.intellij.ide.fileTemplates.FileTemplateUtil$3$1.run
(FileTemplateUtil.java:12)
    at com.intellij.openapi.application.impl.ApplicationImpl$13.compute
(ApplicationImpl.java:3)
    at 
com.intellij.psi.impl.source.PostprocessReformattingAspect.postponeFormatti
ngInside(PostprocessReformattingAspect.java:109)
    at 
com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction
(ApplicationImpl.java:214)
    at com.intellij.ide.fileTemplates.FileTemplateUtil$3.run
(FileTemplateUtil.java:1)
    at 
com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand
(CommandProcessorImpl.java:94)
    at 
com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand
(CommandProcessorImpl.java:68)
    at 
com.intellij.ide.fileTemplates.FileTemplateUtil.createFromTemplate
(FileTemplateUtil.java:145)
    at com.intellij.psi.impl.file.PsiDirectoryImpl.a
(PsiDirectoryImpl.java:198)
    at com.intellij.psi.impl.file.PsiDirectoryImpl.createClass
(PsiDirectoryImpl.java:126)
    at org.jetbrains.android.actions.CreateActivityAction.create
(CreateActivityAction.java:58)
    at 
com.intellij.ide.actions.CreateElementActionBase$MyInputValidator$1$1.run
(CreateElementActionBase.java:162)
    at com.intellij.openapi.application.impl.ApplicationImpl$13.compute
(ApplicationImpl.java:3)
    at 
com.intellij.psi.impl.source.PostprocessReformattingAspect.postponeFormatti
ngInside(PostprocessReformattingAspect.java:109)
    at 
com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction
(ApplicationImpl.java:214)
    at 
com.intellij.ide.actions.CreateElementActionBase$MyInputValidator$1.run
(CreateElementActionBase.java:177)
    at 
com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand
(CommandProcessorImpl.java:67)
    at 
com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand
(CommandProcessorImpl.java:68)
    at 
com.intellij.ide.actions.CreateElementActionBase$MyInputValidator.canClose
(CreateElementActionBase.java:180)
    at 
org.jetbrains.android.actions.CreateActivityAction$MyDialog.doOKAction
(CreateActivityAction.java:136)
    at com.intellij.openapi.ui.DialogWrapper$OkAction.actionPerformed
(DialogWrapper.java:882)
    at javax.swing.AbstractButton.fireActionPerformed
(AbstractButton.java:1995)
    at javax.swing.AbstractButton$Handler.actionPerformed
(AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed
(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed
(DefaultButtonModel.java:242)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased
(BasicButtonListener.java:236)
    at java.awt.Component.processMouseEvent(Component.java:6038)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
    at java.awt.Component.processEvent(Component.java:5803)
    at java.awt.Container.processEvent(Container.java:2058)
    at java.awt.Component.dispatchEventImpl(Component.java:4410)
    at java.awt.Container.dispatchEventImpl(Container.java:2116)
    at java.awt.Component.dispatchEvent(Component.java:4240)
    at java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:4322)
    at java.awt.LightweightDispatcher.processMouseEvent
(Container.java:3986)
    at java.awt.LightweightDispatcher.dispatchEvent
(Container.java:3916)
    at java.awt.Container.dispatchEventImpl(Container.java:2102)
    at java.awt.Window.dispatchEventImpl(Window.java:2429)
    at java.awt.Component.dispatchEvent(Component.java:4240)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
    at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:111)
    at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:203)
    at com.intellij.ide.IdeEventQueue.dispatchEvent
(IdeEventQueue.java:92)
    at java.awt.EventDispatchThread.pumpOneEventForFilters
(EventDispatchThread.java:273)
    at java.awt.EventDispatchThread.pumpEventsForFilter
(EventDispatchThread.java:183)
    at java.awt.EventDispatchThread.pumpEventsForFilter
(EventDispatchThread.java:177)
    at java.awt.Dialog$1.run(Dialog.java:1039)
    at java.awt.Dialog$3.run(Dialog.java:1091)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Dialog.show(Dialog.java:1089)
    at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show
(DialogWrapperPeerImpl.java:30)
    at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show
(DialogWrapperPeerImpl.java:76)
    at com.intellij.openapi.ui.DialogWrapper.show
(DialogWrapper.java:774)
    at org.jetbrains.android.actions.CreateActivityAction.invokeDialog
(CreateActivityAction.java:48)
    at com.intellij.ide.actions.CreateElementActionBase.actionPerformed
(CreateElementActionBase.java:84)
    at 
com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.act
ionPerformed(ActionMenuItem.java:14)
    at javax.swing.AbstractButton.fireActionPerformed
(AbstractButton.java:1995)
    at 
com.intellij.openapi.actionSystem.impl.ActionMenuItem.fireActionPerformed
(ActionMenuItem.java:32)
    at com.intellij.ui.plaf.beg.BegMenuItemUI.a(BegMenuItemUI.java:183)
    at com.intellij.ui.plaf.beg.BegMenuItemUI.access$300
(BegMenuItemUI.java:151)
    at 
com.intellij.ui.plaf.beg.BegMenuItemUI$MyMouseInputHandler.mouseReleased
(BegMenuItemUI.java:3)
    at java.awt.Component.processMouseEvent(Component.java:6038)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
    at java.awt.Component.processEvent(Component.java:5803)
    at java.awt.Container.processEvent(Container.java:2058)
    at java.awt.Component.dispatchEventImpl(Component.java:4410)
    at java.awt.Container.dispatchEventImpl(Container.java:2116)
    at java.awt.Component.dispatchEvent(Component.java:4240)
    at java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:4322)
    at java.awt.LightweightDispatcher.processMouseEvent
(Container.java:3986)
    at java.awt.LightweightDispatcher.dispatchEvent
(Container.java:3916)
    at java.awt.Container.dispatchEventImpl(Container.java:2102)
    at java.awt.Window.dispatchEventImpl(Window.java:2429)
    at java.awt.Component.dispatchEvent(Component.java:4240)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
    at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:111)
    at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:203)
    at com.intellij.ide.IdeEventQueue.dispatchEvent
(IdeEventQueue.java:92)
    at java.awt.EventDispatchThread.pumpOneEventForFilters
(EventDispatchThread.java:273)
    at java.awt.EventDispatchThread.pumpEventsForFilter
(EventDispatchThread.java:183)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:173)
    at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:168)
    at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:160)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)


Original issue reported on code.google.com by [email protected] on 15 Dec 2007 at 12:24

Activity not started problem

What steps will reproduce the problem?
1. Run an activity
2. Run an activity for second time

What is the expected output? What do you see instead?
I expect the activity to be launcher in emulator.


What version of the product are you using? On what operating system?
Windows XP, IDEA 7.0.1, Android SDK RC22

Please provide any additional information below.
For the first time the activity is launched and working. Second run is not 
working, writing "Error: Activity not started, unable to call on to 
activity manager service" to console. Sometimes restarting project helps, 
but not eveytime.

Not sure whether this is the known issue mentioned in getting started wiki 
page.

Original issue reported on code.google.com by [email protected] on 5 Dec 2007 at 8:21

unable to build

What steps will reproduce the problem?
1. install intellij idea build #7744.
2. try to build an android application.

What is the expected output? What do you see instead?
I should get the build done. 
But what I am getting is
@NotNull method
org/jetbrains/android/compiler/AndroidDexCompiler$DexItem.getFile must not
return null

What version of the product are you using? On what operating system?
0.1.1, Windows XP.

Please provide any additional information below.
@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(AndroidDexComp
iler.java)
    at com.intellij.compiler.impl.CompileDriver$17.run(CompileDriver.java:12)
    at
com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationI
mpl.java:113)
    at com.intellij.compiler.impl.CompileDriver.a(CompileDriver.java:397)
    at com.intellij.compiler.impl.CompileDriver.a(CompileDriver.java:104)
    at com.intellij.compiler.impl.CompileDriver.a(CompileDriver.java:748)
    at com.intellij.compiler.impl.CompileDriver.a(CompileDriver.java:183)
    at com.intellij.compiler.impl.CompileDriver.access$400(CompileDriver.java:944)
    at com.intellij.compiler.impl.CompileDriver$5.run(CompileDriver.java:17)
    at com.intellij.compiler.progress.CompilerTask.run(CompilerTask.java:171)
    at
com.intellij.openapi.progress.impl.ProgressManagerImpl$5.run(ProgressManagerImpl
.java:1)
    at
com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl
.java:1)
    at
com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgre
ss(ProgressManagerImpl.java:84)
    at
com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManage
rImpl.java:48)
    at
com.intellij.openapi.progress.impl.ProgressManagerImpl$6.run(ProgressManagerImpl
.java:1)
    at
com.intellij.openapi.application.impl.ApplicationImpl$5.run(ApplicationImpl.java
:11)
    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:8
85)
    at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
    at java.lang.Thread.run(Thread.java:619)
    at
com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.ja
va:9)


Original issue reported on code.google.com by [email protected] on 5 Mar 2008 at 11:06

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.