Coder Social home page Coder Social logo

Comments (19)

tjago avatar tjago commented on June 26, 2024

The same just happend in Android studio 1.0.1
Plugin downloaded from builded in IDE plugin browser on Windows 8.1

Unexpected internal error near index 1
\
 ^: Unexpected internal error near index 1
\
 ^
java.util.regex.PatternSyntaxException: Unexpected internal error near index 1
\
 ^
    at java.util.regex.Pattern.error(Pattern.java:1924)
    at java.util.regex.Pattern.compile(Pattern.java:1671)
    at java.util.regex.Pattern.<init>(Pattern.java:1337)
    at java.util.regex.Pattern.compile(Pattern.java:1022)
    at java.lang.String.split(String.java:2313)
    at java.lang.String.split(String.java:2355)
    at com.konifar.material_icon_generator.IconModel.setIconAndFileName(IconModel.java:124)
    at com.konifar.material_icon_generator.MaterialDesignIconGenerateDialog.<init>(MaterialDesignIconGenerateDialog.java:97)
    at com.konifar.material_icon_generator.MaterialDesignIconGenerateAction.actionPerformed(MaterialDesignIconGenerateAction.java:27)
    at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:164)
    at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter$1.run(ActionMenuItem.java:266)
    at com.intellij.openapi.wm.impl.FocusManagerImpl.runOnOwnContext(FocusManagerImpl.java:926)
    at com.intellij.openapi.wm.impl.IdeFocusManagerImpl.runOnOwnContext(IdeFocusManagerImpl.java:124)
    at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.actionPerformed(ActionMenuItem.java:236)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
    at com.intellij.openapi.actionSystem.impl.ActionMenuItem.fireActionPerformed(ActionMenuItem.java:105)
    at com.intellij.ui.plaf.beg.BegMenuItemUI.doClick(BegMenuItemUI.java:512)
    at com.intellij.ui.plaf.beg.BegMenuItemUI.access$300(BegMenuItemUI.java:44)
    at com.intellij.ui.plaf.beg.BegMenuItemUI$MyMouseInputHandler.mouseReleased(BegMenuItemUI.java:532)
    at java.awt.Component.processMouseEvent(Component.java:6516)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
    at java.awt.Component.processEvent(Component.java:6281)
    at java.awt.Container.processEvent(Container.java:2229)
    at java.awt.Component.dispatchEventImpl(Component.java:4872)
    at java.awt.Container.dispatchEventImpl(Container.java:2287)
    at java.awt.Component.dispatchEvent(Component.java:4698)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
    at java.awt.Container.dispatchEventImpl(Container.java:2273)
    at java.awt.Window.dispatchEventImpl(Window.java:2719)
    at java.awt.Component.dispatchEvent(Component.java:4698)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
    at java.awt.EventQueue.access$200(EventQueue.java:103)
    at java.awt.EventQueue$3.run(EventQueue.java:694)
    at java.awt.EventQueue$3.run(EventQueue.java:692)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
    at java.awt.EventQueue$4.run(EventQueue.java:708)
    at java.awt.EventQueue$4.run(EventQueue.java:706)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
    at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:697)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:520)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:335)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

from android-material-design-icon-generator-plugin.

moondroid avatar moondroid commented on June 26, 2024

The same error for me: I use Android Studio 1.1

from android-material-design-icon-generator-plugin.

vannenc avatar vannenc commented on June 26, 2024

Same here

from android-material-design-icon-generator-plugin.

mohamedmenasy avatar mohamedmenasy commented on June 26, 2024

Same here

from android-material-design-icon-generator-plugin.

aheadlcx avatar aheadlcx commented on June 26, 2024

same here in window 7

from android-material-design-icon-generator-plugin.

AlexeyKorshun avatar AlexeyKorshun commented on June 26, 2024

same here in as 1.1.0, w7 32bit

from android-material-design-icon-generator-plugin.

ChristopheVersieux avatar ChristopheVersieux commented on June 26, 2024

I don't know if adding one more "same here is" usefull, and would like to be able to provide more data, but I think that everything is in the first post..

Windows 7 64 bits
Android studio 1.1 Beta 4

from android-material-design-icon-generator-plugin.

newradius avatar newradius commented on June 26, 2024

Same here in android studio 1.1.0 and win7 64bits

from android-material-design-icon-generator-plugin.

aarifi avatar aarifi commented on June 26, 2024

Same error, Windows 8.1 64 bits ?

from android-material-design-icon-generator-plugin.

boozelclark avatar boozelclark commented on June 26, 2024

It looks like this issue (http://stackoverflow.com/questions/10336293/splitting-filenames-using-system-file-separator-symbol) on Windows is causing the error.

from android-material-design-icon-generator-plugin.

shakmak avatar shakmak commented on June 26, 2024

Any solution to this issue ?

from android-material-design-icon-generator-plugin.

apurbadebnath avatar apurbadebnath commented on June 26, 2024

Same issue, Android Studio 1.2 Beta 3

from android-material-design-icon-generator-plugin.

lukasztr avatar lukasztr commented on June 26, 2024

the same problem any solution?

from android-material-design-icon-generator-plugin.

ChristopheVersieux avatar ChristopheVersieux commented on June 26, 2024

Dupliacte with #2

Still no info or workaround...

from android-material-design-icon-generator-plugin.

AlexeyKorshun avatar AlexeyKorshun commented on June 26, 2024

somebody saw what would this plugin works on Windows?

from android-material-design-icon-generator-plugin.

ahornerr avatar ahornerr commented on June 26, 2024

I've fixed this issue! You can download a new jar here:
https://github.com/ahornerr/android-material-design-icon-generator-plugin/blob/master/MaterialDesignIconGeneratorPlugin.jar

And can check out my source here:
https://github.com/ahornerr/android-material-design-icon-generator-plugin/

from android-material-design-icon-generator-plugin.

shakmak avatar shakmak commented on June 26, 2024

On windows, I am not getting option for this plugin when I Right click on drawable folder-> New
I am using your latest jar

from android-material-design-icon-generator-plugin.

konifar avatar konifar commented on June 26, 2024

The new version 1.3 was released. Probably this bug was fixed. Very sorry to be late to fix. Please try it.

from android-material-design-icon-generator-plugin.

tjago avatar tjago commented on June 26, 2024

Tested with Android Studio 1.2.2 on windows & it works!
Good job konifar.

To users:
After creating icons, remember to refresh your res folder (right click -> synchronize) to see new pictures,

from android-material-design-icon-generator-plugin.

Related Issues (20)

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.