Well, I do not know what happens to my package name, I leave the package name empty and then I will install the app on my huawei p30 and “application not installed” I write package name and the same as “com.darpid.cliente”, "com .darpid.clientes “, but curiously with this package name” com.darpid.client "if you let me install, this also happens with samsung j2 prime.
Boban
(Boban Stojmenovic)
March 28, 2020, 9:17am
45
Uninstall your previous app
1 Like
Boban
(Boban Stojmenovic)
March 28, 2020, 9:37am
46
@Kodular is there any progress in this
i tried it & working fine.
i implement same block in my code. i am also attaching block image.
my problem is after Picture captured image take time to appear in image1. some times it takes 5 to 10 seconds.
except this problem i have no issue.
any idea to sort out this.
Boban
(Boban Stojmenovic)
March 28, 2020, 1:07pm
48
Don’t know as it shows instantly on my device, may have to do with the quality of the image, how big image is in px, your device etc.
Yes, I have the same issue on a Galaxy A3, Android 8 (but not always and only at the first time).
I changed the packageName from
io.kodular.bodymindpower.camera to
com.bodymindpower.camera
on the old (“hard”) way and everything works fine.
Here is the Manifest:
@Kodular Something to take care of.
See also here:
opened 10:17AM - 01 Feb 17 UTC
closed 11:40AM - 03 Nov 17 UTC
java.lang.NullPointerException: Attempt to invoke virtual method 'android.conten… t.res.XmlResourceParser android.content.pm.ProviderInfo.loadXmlMetaData(android.content.pm.PackageManager, java.lang.String)' on a null object reference
02-01 18:11:36.687 1240-1240/uk.co.digpath.merlin W/System.err: at android.support.v4.content.FileProvider.parsePathStrategy(FileProvider.java:560)
02-01 18:11:36.687 1240-1240/uk.co.digpath.merlin W/System.err: at android.support.v4.content.FileProvider.getPathStrategy(FileProvider.java:534)
02-01 18:11:36.687 1240-1240/uk.co.digpath.merlin W/System.err: at android.support.v4.content.FileProvider.getUriForFile(FileProvider.java:376)
02-01 18:11:36.687 1240-1240/uk.co.digpath.merlin W/System.err: at pl.aprilapps.easyphotopicker.EasyImageFiles.getUriToFile(EasyImageFiles.java:142)
02-01 18:11:36.687 1240-1240/uk.co.digpath.merlin W/System.err: at pl.aprilapps.easyphotopicker.EasyImage.createCameraPictureFile(EasyImage.java:56)
02-01 18:11:36.687 1240-1240/uk.co.digpath.merlin W/System.err: at pl.aprilapps.easyphotopicker.EasyImage.createCameraIntent(EasyImage.java:86)
opened 06:52AM - 01 Feb 18 UTC
closed 10:09PM - 29 May 25 UTC
### Version
"react-native": "^0.52.0",
"react-native-image-crop-picker": "^0.1… 9.1",
### Platform
- Android
Manifest.xml
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
gradel
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
}
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
1 Like
Aviral_R
(Aviral R.)
March 30, 2020, 12:38pm
51
@Boban , @bodymindpower @dora_paz
I have inserted those as you guys suggested above.
2.I have my package name com.abc.hope
I have disabled high quality picture
@Boban I used your application CamTest2 and its working fine
I use Xiaomi Redmi Note 5 Pro and have Android 9
But still after allowing permission to write storage when I try to capture image then I get the same error.
1 Like
If you have your own package name it’s not working
Aviral_R
(Aviral R.)
March 30, 2020, 3:35pm
53
@George_Loungos @bodymindpower @Boban
If you guys have some alternative to this camera because I am using firebase authentication so I can’t remove or change the package name.
Nobody can change the packageName of an app that is already in the Play Store and should be released.
As I said before, remove the package name from Kodular so that the standard package name is used and change it later to the required package name.
But that’s a bit tricky and only for experienced users. There are various instructions, e.g. this:
1 Like
Mika
March 31, 2020, 4:40am
55
The wrong package name in manifest file if a custom package name is used is already fixed for next release.
4 Likes
and when will the next version be out? I need is for my app
When the Kodular Team decides that it’s ready. As a user you need to be patient
Vishwas
(Vishwas Adiga)
March 31, 2020, 9:10pm
58
Discussion continued in this topic:
[*] I checked out https://community.kodular.io/t/bugs-in-kodular-eagle/34544?u=pavi2410 before creating a new topic
Describe your issue
after new update of kodular , image in assets loading much more time when loading app start with another screen not screen 1
Steps to reproduce the issue
I created 2 Screen .
in screen1 , just create a clock and after 3 seconds ,screen2 is opened
Expected Behaviour
Actual Behaviour
Show your Blocks
[block1]
AIA file
test5.aia (307.2 KB)
Video
Andro…
1 Like