To get the new app package for another language (must be!) i tried to make 2 build configurations.
But when switching to the second new one, i get the error during compilation:
B4X:
B4A Version: 7.80
Parsing code. (0.20s)
Compiling code. Error
Ссылка на объект не указывает на экземпляр объекта.
RU error text can be translated like "Object reference not set to an instance of an object".
Where to dig to ?
I also have the same error.
When I try to change to new package I also get "Object reference not set to an instance of an object".
Any suggestion how to fix it?
Ha! Indeed, package name is another.
But it means, that now impossible to use Build configurations with projects that use Firebase. Is it correct, Erel ?
1. This is a comunity forum. dont limit your question to a single member.
2. Always create a new thread for a new question.
3. Why it should not work???
Manifest Code:
B4X:
#If BUILD1
createresource(...)
#Else If BUILD2
createresource(...)
#End If
Don, it is the same discussion continue, and it was my question to Erel to his last reply in this topic.
And your code is irrelevant. Question is about the compilation, selecting the build from the IDE combobox.
But thanks for reply attempt.
You CAN select the build from the combobox if you have the right snippet in the Manifest which loads the relevant json file for the selected build!
I don´t see a problem here.