为了账号安全,请及时绑定邮箱和手机立即绑定

运行 .jar 的 Shell 脚本可以从终端运行,但不能运行 AppleScript

运行 .jar 的 Shell 脚本可以从终端运行,但不能运行 AppleScript

慕婉清6462132 2023-03-23 14:54:48
突然出现执行任务动作问题。我尝试了那里和其他页面的解决方案,但没有帮助,因为它们是旧版本的 Android Studio。我的build.gradleapply plugin: 'com.android.application'android {    compileSdkVersion 28    defaultConfig {        applicationId "com.example.asus.thesister"        minSdkVersion 15        targetSdkVersion 28        versionCode 1        versionName "1.0"        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"    }    buildTypes {        release {            minifyEnabled false            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'        }     }    }dependencies {    implementation fileTree(dir: 'libs', include: ['*.jar'])    implementation 'com.android.support:appcompat-v7:28.0.0'    implementation 'com.android.support.constraint:constraint-layout:1.1.3'    implementation 'com.android.support:support-v4:28.0.0'    testImplementation 'junit:junit:4.12'    androidTestImplementation 'com.android.support.test:runner:1.0.2'    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'    implementation 'com.android.support:design:28.0.0'    implementation 'org.jetbrains:annotations-java5:15.0'    implementation 'com.android.support:recyclerview-v7:28.0.0'    implementation 'com.google.android.gms:play-services-ads:18.1.0'    implementation 'com.android.support:cardview-v7:28.0.0'}错误::app:processDebugManifest 错误
查看完整描述

1 回答

?
守着星空守着你

TA贡献1799条经验 获得超8个赞

该错误Caused by: java.lang.ClassNotFoundException: outputFocalAnalysis.FocalInfoEdge"表明 jar 未在类路径中正确设置。请尝试在您的 shell 脚本中执行以下操作

java -cp path_to_file/MatrixPath2.0.jar outputFocalAnalysis/FocalInfoVertex


查看完整回答
反对 回复 2023-03-23
  • 1 回答
  • 0 关注
  • 73 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信