I want to draw a rectangle shape using cocos2d-android . i googled all my way to draw the rectangle in my scene and trying
CGRect rect = CGRect.make(numbers[0][0],numbers[0][1],70,70);
but it was not displaying any rectangle. could any one help me out to draw a rectangle in scene?