launcher

(Kotlin) Backend Internal error: Exception during code generation

匿名 (未验证) 提交于 2019-12-03 01:33:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am creating a very thorough converter for Android with Kotlin, using the latest Android Studio Canary build and latest Kotlin. I am suddenly getting a compiling error, even thought Android Studio doesn't see any bug in the code, it is complaining about a backend error, so I think my project is good but the Android Studio has a bug?? Please help confirm, this has been a lot of work.... It is complaining about my class MassCalc, which is 6500 lines long, because of many cases for conversion, so maybe that is the problem?? UPDATE The error

Gradle - Could not find method mavenRepo() for arguments

匿名 (未验证) 提交于 2019-12-03 01:33:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I've cloned the Cascading Pattern project, installed Gradle 2.0 - run and the commend gradle eclipse --stacktrace and I get the following - what is the root cause? J-MacBook-Pro:pattern J$ gradle eclipse --stacktrace FAILURE: Build failed with an exception. * Where: Script '/Users/J../Documents/.../pattern/etc/s3Upload.gradle' line: 28 * What went wrong: A problem occurred evaluating script. > Could not find method mavenRepo() for arguments [{name=monochromeroad, url=http://conjars.org/repo/}] on repository container. * Try: Run with --info

Activity class does not exist (Error type 3)

匿名 (未验证) 提交于 2019-12-03 01:27:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have a device nexus5x with android O and i develop an app in my laptop and also in another computer. But when i want to start the app in another computer after i have started it in my laptop i always get error described below. Error while executing: am start -n "com.safetylink.android.safetylinkheartbeatapp/com.application.aware.safetylink.auth.SplashScreenActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.safetylink

Java 9 Eclipse 4.7 Portable export error “resource not found”, “Could not find main method from given launch configuration.”

匿名 (未验证) 提交于 2019-12-03 01:27:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: A few days ago I installed Oracle JDK 9. I tried to use Eclipse, but it didn't work. I looked around and found this link. So I updated my Eclipse with the link showed after To try out Java 9 support in Eclipse, you can follow any of these: by clicking on Help -> Install New Software... and then inserting the link. This went fine and I already could started coding and I could also run it. But I didn't manage to do the second step, because dragging the Install button did nothing. (Second step:) Update your Eclipse 4.7 build for committers

Android Studio Image Asset Launcher Icon Background Color

匿名 (未验证) 提交于 2019-12-03 01:25:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have a .png logo for my app which doesn't have a background, when I add it to android studio as an Image Asset I am forced to have a background. The hex field doesn't accept 8 digit color codes, 6 digits only. Is there anyway to keep the background invisible? 回答1: To make background transparent, set shape as None . See the image below: EDIT: For Android Studio 3.0, you can set it from Legacy Tab 回答2: I'm using Android Studio 3.0.1 and if the above answer doesn't work for you, try to change the icon type into Legacy and select Shape to None

eclipse doesn't work with ubuntu 16.04

匿名 (未验证) 提交于 2019-12-03 01:25:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I just installed ubuntu 16.04 and downloaded eclipse and extracted. When i start eclipse the welcome page is empty. When i start the eclipse marketplace nothing happens. How to solve this issue? 回答1: Try to start Eclipse after editing your eclipse.ini file and tweaking the launcher entry like this: -- launcher . GTK_version 2 Example file: - startup plugins / org . eclipse . equinox . launcher_1 . 3.100 . v20150511 - 1540.jar -- launcher . GTK_version 2 - product org . eclipse . epp . package . cpp . product -- launcher .

Karma - Chrome failed 2 times (cannot start). Giving up

匿名 (未验证) 提交于 2019-12-03 01:23:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I've been trying to run my tests using karma-chrome-launcher, but everytime I run my tests it throws this error: INFO [launcher]: Starting browser Chrome ERROR [launcher]: Cannot start Chrome INFO [launcher]: Trying to start Chrome again (1/2). ERROR [launcher]: Cannot start Chrome INFO [launcher]: Trying to start Chrome again (2/2). ERROR [launcher]: Cannot start Chrome ERROR [launcher]: Chrome failed 2 times (cannot start). Giving up. Here's my karma.conf.js code: // Karma configuration // Generated on Mon Mar 23 2015 14:04:19 GMT-0300

Eclipse command line build

匿名 (未验证) 提交于 2019-12-03 01:20:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I use the below bash script for building an Eclipse workspace from command line. I haven't figured out how to build a specific project within the workspace though...how would I do that? #!/bin/sh echo Eclipse path: ${ECLIPSE} echo Eclipse workspace path: ${ECLIPSE_WORKSPACE} stdout=$("${ECLIPSE}/eclipsec" -nosplash -application org.eclipse.jdt.apt.core.aptBuild -data "${ECLIPSE_WORKSPACE}" 2>/dev/null) echo ${stdout} if [[ ${stdout} == *error* ]] then exit 1 fi exit 0 回答1: It's been a long time since you have asked this question but I saw it

Maven:Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.7:resources

匿名 (未验证) 提交于 2019-12-03 01:18:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am building my project using Maven. My maven version is apache-maven-3.0.4. I am using Eclipse Luna. When I try to build my project I get the following error [ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.7:resources (default-resources) on project OrionCommunity: Mark invalid -> [Help 1]. Following is the stack trace when I run mvn clean install -X : [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] --------------------------------------------------

What is wrong with my ant configuration?

匿名 (未验证) 提交于 2019-12-03 01:14:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I installed Ant on a Fedora 5 machine using yum, but Ant does not launch. I get this error message: [ bash ]# ant Exception in thread "main" java . lang . NoClassDefFoundError : org / apache / tools / ant / launch / Launcher Caused by : java . lang . ClassNotFoundException : org . apache . tools . ant . launch . Launcher at java . net . URLClassLoader$1 . run ( URLClassLoader . java : 202 ) at java . security . AccessController . doPrivileged ( Native Method ) at java . net . URLClassLoader . findClass ( URLClassLoader . java : 190