Sure, here’s the first one.
When exporting APK, installation fails, getting this message - Parsing package syntax error
This usually occurs due to incorrect package name, which doesn’t look like our case.
Maybe the APK gets corrupted during build.
Ok now we will report #bugs in #bugs category
It’s related to Device SDK Version. If I change the targeted SDK Version to 11, the apk is installing in 12.
App is not installing after exporting from Builder - #6 by skylineserviceltd
Jinx
September 4, 2022, 10:23am
11
Taken under consideration
Anke
September 4, 2022, 10:30am
12
You must add android:exported="true"
also for extensions (if necessary):
Btw, your screenshot does NOT show this error:
That’s why I asked you to post it.
My mistake, my device language was different and I translated it before posting. Still it’s the exact same.
Anke
September 4, 2022, 10:56am
14
Follow my advice and post a list of the extensions used.
These are our used extensions
Anke
September 4, 2022, 11:01am
16
So build the APK, decompile it, open the Manifest and check all activities & broadcast receivers
…
Anke
September 4, 2022, 11:07am
17
Niotron is NOT responsible for this error . It is the responsibility of the extension developers to adjust this in their extensions.
Note : As I said elsewhere, @Taifun has already done so.
I don’t have time to deal with this and I’m sure this isn’t the correct way. Can you tell me which of our extensions needs this declaration (all or only some) so I can find the developers and ask them to update
Anke
September 4, 2022, 11:35am
20
How should I know the source code of all extensions?
As I said
build the APK
decompile it
open Manifest and check it …
Right, I though you knew everything around here
Alrighty then
By the way how does updating extensions work ? Do we have to remove previous extension and import the new updated one, or ?
1 Like
Anke
September 4, 2022, 11:59am
22
This is truly a beginner’s question that has been asked and answered hundreds of times on all AI2 forums.
I’m a beginner, never said otherwise, so what will be the answer ?
Taifun
September 4, 2022, 1:13pm
24
To update an extension you just import the new version and magically the extension will be updated
Taifun
That sounds way to easy, I don’t believe it.
Thanks
Anke
September 4, 2022, 2:01pm
26
Is it really asking too much to do a little research yourself for a change?