I am trying to register a device onto GCM using the following code:
public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceSta
In the updated ADT(Above ADT 17) you have to put jar files inside libs folder and not lib. So make sure that you put gcm.jar file inside libs and not lib folder.
libs
lib
gcm.jar