xpa 3.1でAPKファイルのbuildに失敗します。
maki
投稿数: 33
みなさん、おせわさまです。
表題の通り、xpa 3.1でAPKファイルのbuildに失敗します。
以下何か情報お持ちでしたら、何卒よろしくお願いいたします。
(長文で失礼いたします。)
XPA3.1 SupportフォルダのDeveloping Mobile Applications.pdf
の20ページ「モバイルアプリの開発環境」を参考に環境整えました。
モバイルアプリの開発環境
JDKのバージョン:
Java SDK 1.7 …1.7.0_80
Android Studioのバージョン:
Android Studio…3.1.4
settings.propertiesの内容:
sdk.dir=C:\\Users\\Maki\\AppData\\Local\\Android\\Sdktarget=android-23
client.title=Myapp
client.version.code=1
client.version.name=1.0
package.name=my.application.full
key.store=..\\test.keystore
key.store.password=test123
key.alias=mykey
key.alias.password=test123
output.dir=output
build.dir=build
※buildする際に、
フォルダ
C:\Program Files (x86)\Magicxpa\Studio 3.1\RIAModules\Android
を
C:\temp\Android
へコピーしてbuildしています。
build時の内容:
−−ここから−−
Microsoft Windows [Version 10.0.17134.228]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>cd C:\temp\Android\Source
C:\temp\Android\Source>build
Magic RIA Build Tool
C:\temp\Android\Source>rem SET JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_21
C:\temp\Android\Source>REM カレントディレクトリを移動
C:\temp\Android\Source>cd /d C:\temp\Android\Source\
C:\temp\Android\Source>powershell Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
C:\temp\Android\Source>powershell -File build.ps1
:app:preBuild UP-TO-DATE
:app:preReleaseBuild UP-TO-DATE
:app:checkReleaseManifest
:app:preDebugBuild UP-TO-DATE
:app:prepareComAndroidSupportAppcompatV72301Library
:app:prepareComAndroidSupportSupportV42301Library
:app:prepareLibMgxpaRCLibrary
:app:prepareReleaseDependencies
:app:compileReleaseAidl
:app:compileReleaseRenderscript
:app:generateReleaseBuildConfig
:app:generateReleaseAssets UP-TO-DATE
:app:mergeReleaseAssets
:app:generateReleaseResValues
:app:generateReleaseResources
:app:mergeReleaseResources
:app:processReleaseManifest
Warning: C:\temp\Android\Source\TEMP_BUILD_FOLDER\app\src\main\AndroidManifest.xml:73:9 Warning:
activity#com.magicsoftware.core.DialogHandler@android:configChanges was tagged at AndroidManifest.xml:73 to replace other declarations but no other declaration present
C:\temp\Android\Source\TEMP_BUILD_FOLDER\app\src\main\AndroidManifest.xml:73:9 Warning:
activity#com.magicsoftware.core.DialogHandler@android:configChanges was tagged at AndroidManifest.xml:73 to replace other declarations but no other declaration present
:app:processReleaseResources
:app:generateReleaseSources
:app:processReleaseJavaRes UP-TO-DATE
:app:compileReleaseJava
:app:compileReleaseNdk UP-TO-DATE
:app:compileReleaseSources
:app:lintVitalRelease
:app:preDexRelease
:app:dexRelease
:app:validateReleaseSigning
:app:packageRelease FAILED
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':app:packageRelease'.
> File 'C:\temp\Android\Source\TEMP_BUILD_FOLDER\test.keystore' specified for property 'signingConfig.storeFile' does not exist.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 50.849 secs
Copy-Item : パス 'C:\temp\Android\Source\TEMP_BUILD_FOLDER\app\build\outputs\apk\app-release.apk' が存在しないため検出できません。
発生場所 C:\temp\Android\Source\build.ps1:249 文字:1
+ Copy-Item .\app\build\outputs\apk\app-release.apk -destination $outpu ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\temp\Android...app-release.apk:String) [Copy-Item], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyItemCommand
Rename-Item : '..\output\app-release.apk' の項目は存在しないため、名前を変更できません。
発生場所 C:\temp\Android\Source\build.ps1:251 文字:1
+ Rename-Item -path $apkPath -newname $appName
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Rename-Item]、PSInvalidOperationException
+ FullyQualifiedErrorId : InvalidOperation,Microsoft.PowerShell.Commands.RenameItemCommand
Exiting with code -1
−−ここまで−−
表題の通り、xpa 3.1でAPKファイルのbuildに失敗します。
以下何か情報お持ちでしたら、何卒よろしくお願いいたします。
(長文で失礼いたします。)
XPA3.1 SupportフォルダのDeveloping Mobile Applications.pdf
の20ページ「モバイルアプリの開発環境」を参考に環境整えました。
モバイルアプリの開発環境
JDKのバージョン:
Java SDK 1.7 …1.7.0_80
Android Studioのバージョン:
Android Studio…3.1.4
settings.propertiesの内容:
sdk.dir=C:\\Users\\Maki\\AppData\\Local\\Android\\Sdktarget=android-23
client.title=Myapp
client.version.code=1
client.version.name=1.0
package.name=my.application.full
key.store=..\\test.keystore
key.store.password=test123
key.alias=mykey
key.alias.password=test123
output.dir=output
build.dir=build
※buildする際に、
フォルダ
C:\Program Files (x86)\Magicxpa\Studio 3.1\RIAModules\Android
を
C:\temp\Android
へコピーしてbuildしています。
build時の内容:
−−ここから−−
Microsoft Windows [Version 10.0.17134.228]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>cd C:\temp\Android\Source
C:\temp\Android\Source>build
Magic RIA Build Tool
C:\temp\Android\Source>rem SET JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_21
C:\temp\Android\Source>REM カレントディレクトリを移動
C:\temp\Android\Source>cd /d C:\temp\Android\Source\
C:\temp\Android\Source>powershell Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
C:\temp\Android\Source>powershell -File build.ps1
:app:preBuild UP-TO-DATE
:app:preReleaseBuild UP-TO-DATE
:app:checkReleaseManifest
:app:preDebugBuild UP-TO-DATE
:app:prepareComAndroidSupportAppcompatV72301Library
:app:prepareComAndroidSupportSupportV42301Library
:app:prepareLibMgxpaRCLibrary
:app:prepareReleaseDependencies
:app:compileReleaseAidl
:app:compileReleaseRenderscript
:app:generateReleaseBuildConfig
:app:generateReleaseAssets UP-TO-DATE
:app:mergeReleaseAssets
:app:generateReleaseResValues
:app:generateReleaseResources
:app:mergeReleaseResources
:app:processReleaseManifest
Warning: C:\temp\Android\Source\TEMP_BUILD_FOLDER\app\src\main\AndroidManifest.xml:73:9 Warning:
activity#com.magicsoftware.core.DialogHandler@android:configChanges was tagged at AndroidManifest.xml:73 to replace other declarations but no other declaration present
C:\temp\Android\Source\TEMP_BUILD_FOLDER\app\src\main\AndroidManifest.xml:73:9 Warning:
activity#com.magicsoftware.core.DialogHandler@android:configChanges was tagged at AndroidManifest.xml:73 to replace other declarations but no other declaration present
:app:processReleaseResources
:app:generateReleaseSources
:app:processReleaseJavaRes UP-TO-DATE
:app:compileReleaseJava
:app:compileReleaseNdk UP-TO-DATE
:app:compileReleaseSources
:app:lintVitalRelease
:app:preDexRelease
:app:dexRelease
:app:validateReleaseSigning
:app:packageRelease FAILED
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':app:packageRelease'.
> File 'C:\temp\Android\Source\TEMP_BUILD_FOLDER\test.keystore' specified for property 'signingConfig.storeFile' does not exist.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 50.849 secs
Copy-Item : パス 'C:\temp\Android\Source\TEMP_BUILD_FOLDER\app\build\outputs\apk\app-release.apk' が存在しないため検出できません。
発生場所 C:\temp\Android\Source\build.ps1:249 文字:1
+ Copy-Item .\app\build\outputs\apk\app-release.apk -destination $outpu ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\temp\Android...app-release.apk:String) [Copy-Item], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyItemCommand
Rename-Item : '..\output\app-release.apk' の項目は存在しないため、名前を変更できません。
発生場所 C:\temp\Android\Source\build.ps1:251 文字:1
+ Rename-Item -path $apkPath -newname $appName
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Rename-Item]、PSInvalidOperationException
+ FullyQualifiedErrorId : InvalidOperation,Microsoft.PowerShell.Commands.RenameItemCommand
Exiting with code -1
−−ここまで−−
投票数:0
平均点:0.00
投稿ツリー
-
xpa 3.1でAPKファイルのbuildに失敗します。
(maki, 2018-8-21 18:17)
- Re: xpa 3.1でAPKファイルのbuildに失敗します。 (ISHIJIMA, 2018-8-21 18:35)
-
Re: xpa 3.1でAPKファイルのbuildに失敗します。
(maki, 2018-8-22 8:45)
- Re: Re: xpa 3.1でAPKファイルのbuildに失敗します。 (ISHIJIMA, 2018-8-22 9:33)
-
Re: xpa 3.1でAPKファイルのbuildに失敗します。
(maki, 2018-8-22 9:56)
- Re: Re: xpa 3.1でAPKファイルのbuildに失敗します。 (Tanda, 2018-8-22 10:29)
-
Re: xpa 3.1でAPKファイルのbuildに失敗します。
(maki, 2018-8-23 10:07)
-
Re: Re: xpa 3.1でAPKファイルのbuildに失敗します。
(Tanda, 2018-8-23 10:18)
- Re: Re: Re: xpa 3.1でAPKファイルのbuildに失敗します。 (Tanda, 2018-8-29 12:27)
-
Re: Re: xpa 3.1でAPKファイルのbuildに失敗します。
(Tanda, 2018-8-23 10:18)