1. Shin Jungi
  2. PowerServer 2020 or older (Obsolete)
  3. Tuesday, 11 January 2022 01:37 AM UTC


Hello?
Register the app developed by APPEON in the Google Play Store.
I'm going to try.
In the past, it was possible to register as an APK file, but now it is possible to register as an abb package.
It is made.
When creating an abb package in Android Studio, the following error occurs
We will contact you as it occurs.

-.APPEON SERVER Version : Appeon® PowerServer® 2020 (on J2EE)
-.Android Studio Version : Android Studio Arctic Fox |
2020.3.1 Patch 4
Build #AI-203.7717.56.2031.7935034, built on November 21,2021

The attached file is a screen where an error occurs during packaging.

[abb creation method and error]

in android studio
An error occurs when generating abb by selecting Android App Bundle from the Build >> Generate Signed Bundle / APK menu.

Execution failed for task ':packageReleaseBundle'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> File 'root/classes2.dex' uses reserved file or directory name 'classes2.dex'.

Attachments (1)
Accepted Answer
Shin Jungi Accepted Answer Pending Moderation
  1. Monday, 17 January 2022 19:03 PM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # Permalink

Please check this question.

Regards,

Jungi

Comment
There are no comments made yet.
Kai Zhao @Appeon Accepted Answer Pending Moderation
  1. Monday, 15 August 2022 05:46 AM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 1

Hi Jungi,

Good news that PowerServer 2020 MR (build 2779) is available for download. The App Bundle issue has been fixed in this release. Please download and install it to verify the issue you reported and let us know if any problems.
https://www.appeon.com/developers/PowerServer-2020-or-older.html#PowerServer_2020MR_2779

We welcome all feedback from you!

Regards,
Kai

Comment
There are no comments made yet.
Kai Zhao @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 18 January 2022 02:33 AM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 2

Hi Jungi,

For the issue of "File 'root/classes2.dex' uses reserved file or directory name 'classes2.dex'.", please try adding exclude to the packagingOptions in the android { } block of your app's build.gradle, for example:

android {
packagingOptions {
exclude 'classes2.dex'
}
}

Please refer to article below for details.
https://stackoverflow.com/questions/60500165/file-root-androidmanifest-xml-uses-reserved-file-or-directory-name-androidman

Regard,
ZhaoKai

Comment
  1. FAD MIM
  2. Monday, 4 April 2022 12:31 PM UTC
OK

Thank you!
  1. Helpful
  1. Kai Zhao @Appeon
  2. Wednesday, 6 April 2022 00:02 AM UTC
Hi Simon,

Thanks for reporting the aab issue. We reproduced it on our end and will do further research to figure it out. We will keep you posted about the progress.

Regards,kai
  1. Helpful
  1. FAD MIM
  2. Wednesday, 6 April 2022 13:12 PM UTC
Hi Kai,

OK,

Thank you, Simon
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.