You may need to reach out to Scott and asking him about it. They go in the app folder, not the plugin folder. The plugin folder is for when you make a plugin and the plugin needs additional libraries.
Rob
You may need to reach out to Scott and asking him about it. They go in the app folder, not the plugin folder. The plugin folder is for when you make a plugin and the plugin needs additional libraries.
Rob
I’m having the same issue. When the app opens after a compile in Xcode I get this screen
My custom splash has worked fine for a long while until this sudden error.
I’m using 3168
I do subscribe to the splash plugin but for some odd reason there are two in my account, one to renew, and one doesn’t expire until 2018.
Help -
The same issue happens when I start with the Sample Template App – I still get the Application Validation Error / Incorrect splash screen popup in the app.
I also re-authorized my computer to make Enterprise builds, and the same thing happens.
updating to Corona Enterprise 3086 solved my issue
I’m seeing this issue on build 3100, is it related to having an enterprise licence on my account?
If so isn’t enterprise free now?
The exact SAME issue here.
We’ve worked with our own splash image fine for a long time, then all of a sudden this message.
We’ve bought the Splash Control for the second time, the new one will expire next year. We’re working with Corona 3179.
Please Help, it’s stopping us from developing.
I’m not sure where this error is showing up. Perhaps a screen shot or a copy/paste of the text would be quite helpful.
Rob
Hi Rob,
Following a video. This happen at the new corona 3100 version.
I just trying to create a native app using the new corona. Only copy the android template to a folder and create another folder inside named ‘corona’ and copy my main.lua inside. I just added the following to the main.lua to test for native plugging:
local miPluging = require ("plugin.library") local \_nom1 = miPluging.show() -- Display some text local achievementText = display.newText{ text = \_nom1 .. "You saved the planet!\n\nTouch any of the buttons below to share your victory with your friends!", x = display.contentCenterX, y = 60, width = display.contentWidth - 20, height = 0, font = native.systemFont, fontSize = 18, align = "center" }
And at the Android Studio, run the project. After copy to my device, the following is what happen (attached a link to the video)
https://www.dropbox.com/s/wblpdv7xmr870qb/20170701_011214_edited.mp4?dl=0
Only the Application Validation Error - Incorrect splash screen popup and anymore…
Note that I’m using Corona-3100
Hope this can help.
Any idea?
Thanks a lot for your excellent work.
Hello! I’m really to sorry to hear that. We are investigating it, for now, try to log out and login from Corona Simulator (it can be done in settings dialog).
I’ve done that (and a few other things) and it’s fixed for now.
Unfortunately, I can’t point to the exact steps that fixed it.
Thanks
Can you try and copy the entire App template instead of just the android folder? Also put your Corona code in the provided Corona folder.
Thanks
Rob
Dear Rob,
Thanks for your quick answer. But, I’m turning crazy with this.
Dear, I have copy all the App template to my desktop. After this, open with Android Studio the internal folder android. Then Run the project and install onto my Android device, and the same.
–> Application Validation Error - Incorrect splash screen popup
Note I have fully copy the template and not modify any. In fact, I’m using the Corona code that comes with the template.
Please, take a look to the following images (Screen Captures) that show the tree.
Following a new video showing the issue.
https://www.dropbox.com/s/3hf0s9gvizj4mjo/20170702_213924_edited.mp4?dl=0
Dear, I must use Android Studio to compile Native Android Apps, isn’t it?
I don’t see any build.gradle outside the internal ‘android’ folder at the ‘App’ folder. If I try to open the App folder with the Android Studio, it say to me that there is any build.gradle there, but it can detect the Android Framework inside the android folder, but I can’t Run if I open the external ‘App’ folder. Need to open the ‘android’ folder.
Can you confirm me that I’m doing well? I can’t see any fine guide to use Native. The Corona guide is not clear dear.
( https://docs.coronalabs.com/native/android/index.html )
Thanks so much again,
Actually almost all users don’t need to use Android Studio to build Corona apps. Our Corona Simulator works great for building Android apps. You only need to use native extensions if there is a feature that you need that we currently don’t have; if you want to build plugins; if you need off line builds, etc.
What are you doing that you need to use native extensions for?
I’ll see if I can get an engineer to look into this, I’m not sure what’s causing the dialog to popup, it’s clearly building the app and showing the splash screen.
Rob
Thanks Rob I’m seeing the exact same results as CesarHernandez.
The template native app project included in the Corona SDK doesn’t work when built with Android Studio (as CesarHernandez has shown above). It shows the Corona splashcreen then the validation error popup, then the app crashes.
I need to add a native android SDK to my app which isn’t available as a Corona plugin, so it’d be great if this feature was working!
Cheers,
Jack
so do I。
Are any of you modifying the splash screen file that we ship with the project? The splash screen has to remain unchanged from what we ship.
Are you doing iOS or Android builds?
Rob
Hi all, Hi Rob.
Thanks again for your support.
No dear. I haven’t modify any file.
I have been using the standard sdk to build android and iOS for about 2 years, and my apps have the Corona Splash (I feel so pleased to use it ;).
After the last present Corona has gave us (Corona Full Native Code), I’ve been very happy, because I need some plugging and native code that are not available at the plugging section. Also I’d love to develop some plugging for Corona to do them available at the plugging section. So, I decided to start with this new way. My surprise was when I show this advertising. I think it is a failure at the check if the Corona splash image has been changed by the user, for obvious protection reason I think.
I plan to buy the splash control, but now I have not bough it. Also I don’t know if I must quit and give the activation again for my Corona installation.
Dear, attached a link where you can take the exact code I have used in the last video. You can see it is the full project template without any modification. Hope this can help dear.
https://www.dropbox.com/sh/xhf9ojzo3ncyv8h/AABPt06P4jf2C99bhx0z-t3Ca?dl=0
Thanks again all,
Best regards from Spain,
Dear Rob,
I think didn’t answer one of your questions.
I’m doing Android build with Android Studio.
I have not tested with Xcode. If I can I will try to test with Xcode.
Thanks so much Rob,
Dear Rob,
I’m doing Android build with Android Studio. I have built IOS with Xcode, it‘s no problem.
I didn’t change splash screen.
Thanks so much
This should be enough information for now. I’ve alerted our engineering team to it.
Rob