1.
SourceSet with name ‘main’ not found
Solution.
In the gradle.xml file in the .idea folder add
Command line is too long. Shorten command line for ServiceStarter or also for Application default configuration.
Error
Content.SourceSet with name ‘main’ not found
Solution.
In the gradle.xml file in the .idea folder add
<option name="delegatedBuild" value="false" />
2. Error reporting:
Command line is too long. Shorten command line for ServiceStarter or also for Application default configuration.
Solution:
In the workspace.xml file in the .idea folder, find the tag
<component name=”PropertiesComponent”>, add a line to the tag
<property name=”dynamic.classpath” value=”true” />
In the workspace.xml file in the .idea folder, find the tag
<component name=”PropertiesComponent”>, add a line to the tag
<property name=”dynamic.classpath” value=”true” />
Read More:
- How to Solve Android Studio run main() Method Error
- [Solved] Android Studio Compile Error: Invalid main APK outputs : EarlySyncBuildOutput
- The SDK of Android webrtc compiled with Ninja – C out / release command reported an error, and the Android NDK processing method could not be found
- Android studio can’t start, running error: warning: crash service did not start
- [Solved] Android Studio Start Error: Missing essential plugin: org.jetbrains.android Please reinstall Android
- mybatis-plus calls its own selectById method and reports an error: org.apache.ibatis.binding.BindingException:
- Remember an android app startup error Error running: Default Activity not found
- An error was reported when Maven package was running the packaged jar package: there is no main list attribute in xxx.jar, which can be solved by configuring Maven plugin
- IDEA reports an error. Error XXX reports an error. The class cannot be found
- Android studio version 3.0 import version 2.2.2 error Error:This Gradle plugin requires Studio 3.0 minimum
- [Solved] Android-android studio apk Install Error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED
- [Solved] Android Studio 4.1 get manifestOutputDirectory error
- JZVideo Error: Attempt to invoke virtual method ‘android.view.Window android.app.Activity.getWindow()’ on a null object reference
- [Solved] Android Studio Compile Error: Execution failed for task ‘:APP_MIDI:lintVitalRelease‘.
- [Solved] Android Studio Compile Error: Could not determine java version from ‘11.0.8‘.
- [Solved] Windows Android Studio Cannot Start Error: Internal error. Please refer to https://code.google.com/p/android/issue
- Android Studio: Gradle project sync failed [How to Solve]
- Android studio configurate intent-filter and compile error [Solved]
- [Solved] Exception in thread “main“ org.apache.spark.SparkException: When running with master ‘yarn‘ either
- [Solved] Failed to apply plugin appears when Android studio imports a project