I\'ve developed a Libgdx application and tested it on my Samsung Galaxy S3(4.1.2) where it is working great. I tried to test it on a Galaxy Grand(4.1.2) but it failed. In
I figured out what was the problem.It was working only on Samsung Galaxy S3 from the beginning with some C++ files being loaded and when I edited some of these files, I didn't build using ndk.So when trying to test on another mobile, the new modifications weren't applied. I built them and the application ran successfully.