Miguel Goyanes
- 活动总数 23
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 7
-
创建于 Missing essential plugins: com.android.tools.design, org.jetbrains.android
已回答Hello,I'm currently developing an Android Studio plugin using the template available at https://github.com/JetBrains/intellij-platform-plugin-template. My plugin requires com.android.ddmlib, so I'v... -
已编辑于 Error after updating dependencies: Cannot init toolwindow | UninitializedPropertyAccessException: lateinit property rootPanel
Hello.My plugin is working with the following dependencies/configurations:pluginSinceBuild = 222 pluginUntilBuild = 233.* platformType=IC platformVersion = 2023.1.1 id("org.jetbrains.kotlin.jvm") ... -
创建于 ToolWindow open close callback.
已回答Hi. I'm developing a plugin and would like to know if do we have a callback to know when the ToolWindow is open or closed by the user. Thanks. -
创建于 C/C++ plugin configuration
Hi.I've installed the C/C++ plugin on Idea 13 but cant seem to make it work.I'm running windows and i'm succesfully using NetBeans to create and compile C/c++ files. I'm using Gygwin to achieve thi... -
创建于 Different results compiling with Eclipse and Android Studio
I have o project made in Eclipse and now I'm migrating to Android Studio.I have a class that the character encoding defined is UTF-8. In this class I have a string like this String aString = " µg";... -
创建于 Android Studio and BitBucket
Hello.First of all let me excuse me if this is not the right place to post but didn't find the information I was looking for in any place.Until now, I've developed my android aplication using eclip...